tools.junyo.dev

rgb to cmyk

Convert RGB to CMYK

RGB is emissive and common on the web; CMYK is subtractive and appears in print workflows. The mathematical conversion helps ideation, not ICC profiles.

Approved intentConvert a web RGB color to approximate CMYK.

How to use the presetThe widget below already starts with `rgb(0, 250, 154)`. The CMYK row shows percentages computed from sRGB.

Limits of computed CMYK

  • The tool uses the direct K = 1 - max(R,G,B) formula, useful for quick reference.
  • For real print work, ICC profiles and proofs are still required.

RGB → CMYK examples

Black

Input
rgb(0, 0, 0)
Expected output
cmyk(0%, 0%, 0%, 100%)

Simple edge case.

Web red

Input
rgb(255, 0, 0)
Expected output
cmyk(0%, 100%, 100%, 0%)

Classic RGB primary example.

Frequently asked questions

Can I send this CMYK to a print shop?

Use it as a reference. For production, convert with the ICC profile required by the print shop.

Can conversion change appearance?

It can. Some RGB colors are outside a print CMYK gamut.

We use aggregate analytics and manual ads only with consent. The tools keep working even if you decline.