Convert CMYK print colors to RGB screen values with live preview.
| Input | Output |
|---|---|
| cmyk(0,50,100,0) | #FF8000 |
| cmyk(0,0,0,0) | #FFFFFF |
| cmyk(0,0,0,100) | #000000 |
CMYK describes ink on paper (subtractive), RGB describes light on screens (additive) — conversion is approximate because monitors cannot reproduce every printable color and vice versa.
K is the black channel (the 'key plate'); C, M and Y are cyan, magenta and yellow.
Pantone matching needs official ink libraries. This tool gives you the RGB/HEX equivalent, which you can match to the nearest Pantone swatch in design software.