🎨 CMYK to RGB Converter

Convert between CMYK and RGB color values. Visual preview for print-to-web color matching.

CMYK Input

rgb(255, 0, 0)

RGB Input

cmyk(0%, 100%, 100%, 0%)
Color Preview
HEX: #FF0000

CMYK to RGB Converter

Convert between CMYK (used in print) and RGB (used on screens) color values. Note that CMYK has a smaller color gamut than RGB, so some RGB colors cannot be accurately reproduced in CMYK.

FAQ

Why do CMYK and RGB look different?

CMYK is subtractive (inks on paper) and RGB is additive (light on screens). CMYK has a smaller gamut, meaning some bright/neon colors in RGB cannot be printed.