Skip to content

Comparison

RGB vs CMYK: additive vs subtractive, screens vs print

Light adds colour; ink absorbs it. They're not interchangeable.

By Published

TL;DR. RGB is additive (light combines on a screen) and CMYK is subtractive (ink absorbs light on paper), so they describe colour in fundamentally different mediums with different gamuts. Design in RGB for screens; convert to CMYK only when the final destination is print.

Designers run into RGB vs CMYK the first time they send a web mockup to print and the colours look wrong. The two systems aren’t alternative ways to label the same colour; they describe colour in fundamentally different physical mediums. Light vs ink, addition vs subtraction, wide gamut vs narrow.

The fundamental difference

RGB is additive — light combines

Your screen has red, green, and blue subpixels. They start dark and add light to produce colours. All three at full intensity make white; all three off make black. Intermediate combinations make everything in between.

CMYK is subtractive — ink absorbs

Printed paper starts white (reflecting all wavelengths) and is darkened with cyan, magenta, yellow, and key (black) ink. Cyan ink absorbs red, magenta absorbs green, yellow absorbs blue. Combining ink reduces what the paper reflects. All four at 100% should theoretically make black; in practice, they make a muddy dark brown, which is why the K (key, i.e. black) ink exists.

The gamut problem

RGB displays — even modest sRGB ones — produce vivid saturated colours like neon blue, electric pink, fluorescent green. CMYK ink mixes simply can’t reach those colours. The CMYK gamut is meaningfully smaller, especially in the green-cyan and orange-red regions.

When you convert RGB to CMYK (any software does this; we don’t because the conversion requires an ICC profile for the specific paper + ink combination), out-of-gamut RGB colours get clipped to the nearest representable CMYK colour. The bright orange you see on screen becomes a duller orange in print. The vivid teal becomes a muted teal.

When to use each

RGB wins when

  • Output is a screen. Web, mobile, video, presentation. Screens speak RGB natively.
  • You want the widest gamut. RGB’s broader colour reach is the right choice when display is the destination.
  • You don’t know the final medium yet. Design in RGB; convert to CMYK as a last step if print is one of the destinations.

CMYK wins when

  • Output is print, definitively. Magazines, books, packaging, business cards.
  • You need print-accurate previews while designing. Designing in CMYK from the start, and using soft-proofing in your design app, lets you see what the printed result will actually look like.
  • Spot colours matter. Pantone and brand-specific spot inks live in CMYK’s adjacent world. Working in CMYK keeps you aware of their constraints.

The conversion path

Convertitive doesn’t convert RGB to CMYK because the conversion is genuinely lossy in a way that depends on the target print conditions. To go from RGB to print you need:

  1. The source colour space (typically sRGB).
  2. The target ICC profile — typically “US Web Coated SWOP” or “ISO Coated v2” for general commercial print.
  3. A rendering intent — perceptual (smooth gradients, slight overall shift) or relative colorimetric (out-of-gamut colours clipped, in-gamut preserved).

Adobe Photoshop, Affinity Designer, and InDesign all do this correctly when you specify the target profile. Most online “RGB to CMYK converters” ignore the profile question and produce one specific (often wrong) mapping. If the conversion matters — for an actual print job — use a proper colour-managed application, not a free web tool.

The pragmatic advice

  • Design in RGBif you don’t know the destination. RGB is the wider gamut; you can always subtract on the way to print.
  • Convert to CMYK once, at the end.Don’t flip back and forth. Each conversion loses fidelity.
  • Get a printed proof before the press run. Even with calibrated software, paper warmth and ink colours vary between presses. A proof on the actual paper stock at the actual press settings is the only way to know for sure.
  • Test brand colours on the target medium. Pantone gives you exact specifications for ink-based print, but the screen rendering of a Pantone-numbered colour is an approximation. Specify both your RGB equivalent and the Pantone number for any brand asset going to print.

Numeric facts

  • Channels: RGB = 3 (red, green, blue, each 0-255 in 8-bit), CMYK = 4 (cyan, magenta, yellow, key/black, each 0-100% by ink coverage).
  • Bit depth, typical: sRGB 24-bit (~16.7 M colors); Display P3 also 24-bit but ~25% wider gamut; CMYK files commonly 32-bit (8 bits × 4 channels) but printers reproduce far fewer perceivable colors.
  • Gamut size (CIE 1931 xy area): sRGB covers ~33.5% of visible spectrum; Adobe RGB ~52.1%; ProPhoto RGB ~91.2%; SWOP CMYK ~16-20% — sRGB is roughly 1.7× larger than commercial CMYK.
  • Out-of-gamut colors in a typical RGB → CMYK conversion: 15-40% of saturated colors clip; greens and oranges are worst affected.
  • Total Ink Coverage limit: SWOP 300%, GRACoL 320%, ISO Coated v2 330% — exceeding causes ink bleeding and slow drying.
  • Rich black recipe: 100K + 60C + 40M + 40Y (≈ 240% TIC) — far darker than 100K alone, which on paper looks dark grey.
  • Standard ICC profiles (Adobe stock): sRGB IEC61966-2.1 (web), Adobe RGB (1998), Display P3 (Apple), US Web Coated (SWOP) v2 (US print), ISO Coated v2 (EU print), Japan Color 2001 (Asia print).
  • Pantone library size: Pantone Plus Series ~2,161 spot colors; only ~55% have an accurate CMYK simulation, ~30% have an accurate sRGB simulation.

Decision matrix

DestinationColor space
Web, social media, videosRGB
Modern Apple ecosystem (iOS, macOS)Display P3
Photographer’s archive / print masterAdobe RGB or ProPhoto RGB (16-bit)
Magazine, book, brochure (US)CMYK, US Web Coated SWOP v2
Magazine, book, brochure (EU)CMYK, ISO Coated v2 / FOGRA51
NewspaperCMYK, SNAP 2007 (low TIC ~240%)
Packaging with brand colorCMYK + Pantone spot ink
Large-format bannerCMYK (often CMYK + Lc/Lm)
Embroidery, screen printingPantone spot (each color = one screen)
Office laser printRGB acceptable (driver converts; gamut is small either way)

Sources

  • International Color Consortium — ICC.1:2022-05 profile specification — color.org.
  • ISO 12647-2:2013 — Process control for the production of half-tone colour separations, proof and production prints (offset litho) — iso.org.
  • Adobe — Color management and profile conversion, Photoshop documentation — helpx.adobe.com.

Frequently asked questions

Why do my screen colours look duller in print?
Because the CMYK gamut is smaller than the sRGB gamut. Saturated colours — neon blues, electric pinks, fluorescent greens — exist on screen but not in any combination of cyan/magenta/yellow/black ink. The conversion clips out-of-gamut colours to the nearest representable CMYK colour, producing the duller result.
Should I design in RGB or CMYK?
Design in RGB if you don't know the final medium or it's any kind of screen output. Convert to CMYK at the end if the destination is definitively print. If you know it's print from day one and care about print-accurate previews, design in CMYK with soft-proofing enabled.
Can I convert RGB to CMYK online?
Technically yes, but it's almost always wrong. The conversion depends on the target ICC profile (which paper, which ink, which press) and rendering intent (perceptual vs colorimetric). Free online tools pick one mapping; professional applications (Photoshop, Affinity, InDesign) ask you to specify both.
What is the K in CMYK?
Key — historically the 'key plate' in offset printing that registered the other colours. Today it just means black. In theory C+M+Y at 100% should produce black; in practice they make muddy brown, and adding a dedicated black ink (K) is cheaper than tripling C/M/Y for dark areas.

Related

Published May 14, 2026