#c112cf
a dark, electric magenta / pink · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #c112cf is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #c112cf |
| RGB | rgb(193, 18, 207) |
| HSL | hsl(296, 84%, 44%) |
| CMYK | cmyk(7%, 91%, 0%, 19%) |
| LAB | lab(47.3 80.1 -55.1) |
| LCH | lch(47.3 97.2 325.5) |
| OKLCH | oklch(0.582 0.266 324.5) |
| Decimal | 12653263 |
| Display P3 | color(display-p3 0.757 0.071 0.812) |
Copy-ready code
/* CSS */
color: #c112cf;
background-color: #c112cf;
/* Tailwind (arbitrary) */
class="text-[#c112cf] bg-[#c112cf]"
/* SCSS */
$brand: #c112cf;
/* SwiftUI */
Color(red: 0.757, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#c112cf")
/* Flutter */
Color(0xFFC112CF)
/* Python / OpenCV (BGR) */
(207, 18, 193)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #c112cf is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF2FC;
--brand-100: #F8E6FA;
--brand-200: #F3C5F6;
--brand-300: #EF98F6;
--brand-400: #E764F2;
--brand-500: #DF31ED;
--brand-600: #c112cf;
--brand-700: #AF10BC;
--brand-800: #8C0D96;
--brand-900: #660E6C;
--brand-950: #3F0944;
--brand: #c112cf;
--brand-ink: #ffffff;
}Colors that work with #c112cf
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #c112cf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #20CF12 | Directly opposite — maximum tension | |
| Analogous left | #6312CF | Neighbour, quieter | |
| Analogous right | #CF127E | Neighbour, quieter | |
| Split-complement 1 | #7ECF12 | Contrast without the clash | |
| Split-complement 2 | #12CF63 | Contrast without the clash | |
| Triadic 1 | #CFC112 | Even thirds — balanced and loud | |
| Triadic 2 | #12CFC1 | Even thirds — balanced and loud | |
| Tetradic | #CF6312 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c112cf text on a black background
contrast 4.26:1
#c112cf text on a white background
contrast 4.94:1
CSS3 live lab
The quick brown fox
color: #c112cf;
background-color: #c112cf;
Glowing headline
text-shadow: 2px 2px 8px #c112cf;
Soft neon halo
text-shadow: 0 0 14px rgba(193, 18, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(193, 18, 207, 0.45);
border: 3px solid #c112cf; background: linear-gradient(135deg, #c112cf, #CF125F);
Monochromatic scale
Palettes built from #c112cf
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Magenta (#ff00ff) — ΔE2000 13 away, with its history, psychology and brand usage.
#c112cf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#c112cf, answered
What color is #c112cf?
#c112cf is a dark electric magenta / pink, closest to Dark Orchid (ΔE2000 6.7). It sits at 296° on the hue wheel with 84% saturation and 44% lightness, which reads as neutral.
What is the RGB value of #c112cf?
rgb(193, 18, 207) — 193 red, 18 green and 207 blue out of 255, or 75.7% / 7.1% / 81.2% by channel.
Is #c112cf a light or a dark color?
It is a dark color. Relative luminance is 0.1628 and perceived brightness is 50%, so white text on it reaches 4.94:1.
Should I use black or white text on #c112cf?
White. It scores 4.94:1 against #c112cf, versus 4.26:1 for black — AA at any size.
What is the complementary color of #c112cf?
#20CF12 sits directly opposite on the wheel. Softer options are the split-complements #7ECF12 and #12CF63, which give the same contrast with far less vibration.
What colors go well with #c112cf?
For interface work: #FAF4FA as the surface, #E9C0ED for borders, #954B9B for secondary text, #46C00C as an accent and #6D0A75 for hover and pressed states. For a palette, the analogous pair #6312CF and #CF127E stays calm, while #20CF12 is the loudest partner.
What is #c112cf in CMYK for printing?
cmyk(7%, 91%, 0%, 19%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #c112cf warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF1297; nudged cooler, #7C10D1.