CMYK to RGB Converter
Convert CMYK percentages to RGB color values instantly using the standard CMYK to RGB formula.
Cyan (C)
86%
Magenta (M)
38%
Yellow (Y)
0%
Key (K / Black)
5%
RGB Result:
HEX Equivalent:
Color Preview:
What is a CMYK to RGB Converter?
CMYK (Cyan, Magenta, Yellow, Key/Black) is the subtractive color model used for print, while RGB (Red, Green, Blue) is the additive model used for screens. This tool applies the standard CMYK to RGB formula so you can preview how a print color will appear as an on-screen color — the exact reverse of an RGB to CMYK conversion.
Example
CMYK (86%, 38%, 0%, 5%) converts to approximately rgb(34, 150, 242), or hex #2296F2.
Common Use Cases
- Previewing a print (CMYK) color as an RGB value for on-screen design mockups.
- Converting ink percentages from a print spec sheet into a web-usable color code.
- Checking how a CMYK brand color compares to its RGB or hex equivalent.
FAQs
Why might the RGB result look slightly different on screen than the printed CMYK color?
CMYK printing depends on ink, paper, and printer calibration, none of which this formula accounts for — it gives a mathematically consistent approximation, not a color-managed print preview.
What is the formula for CMYK to RGB conversion?
R = 255 × (1 − C) × (1 − K), G = 255 × (1 − M) × (1 − K), and B = 255 × (1 − Y) × (1 − K), where C, M, Y, and K are each expressed as a fraction between 0 and 1 (i.e. the percentage divided by 100).
Does this tool also convert RGB back to CMYK?
This page converts CMYK to RGB only. Use our separate RGB to CMYK converter if you need to go the opposite direction.
