CMYK to RGB
Convert CMYK colour values to RGB integers and the CSS rgb() string. Useful when adapting print colour specifications for use in web design, canvas APIs, or JavaScript colour libraries.
Last updated: May 28, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is CMYK to RGB?
CMYK describes colour as percentages of cyan, magenta, yellow, and black ink. RGB describes colour as intensities of red, green, and blue light on a screen. Converting between the two models lets you take a colour defined in a print context and use it in a digital or web context.
The conversion goes through a standard mathematical formula that maps 0–100% CMYK values to 0–255 RGB integers.
How to Use CMYK to RGB
Enter C, M, Y, K values as percentages (0–100)
The R, G, B values and CSS rgb() string appear instantly
Copy the output for use in CSS, SVG, or a colour library
Common Use Cases
- Developers implementing brand colours from a print style guide in CSS or SVG.
- Designers converting Pantone-matched CMYK specs to RGB for screen mockups.
- Engineers feeding RGB values into canvas drawing APIs or colour processing libraries.
- Anyone bridging a print-first workflow into a digital-first design system.
Example Input and Output
Converting a CMYK print value to its RGB screen equivalent.
C:76, M:47, Y:0, K:4rgb(59, 130, 246)Need HEX?
Use the CMYK to HEX tool if you need the #RRGGBB format instead of integer RGB.
Browser-side only
Conversion runs locally in your browser.

