#C51DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #C51DCC
When working with digital screens, the color #C51DCC is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(197, 29, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 3% cyan and 86% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C51DCC
RGB197, 29, 204
HSL297.6°, 75.1%, 45.7%
CMYK3%, 86%, 0%, 20%
HSV297.6°, 85.8%, 80.0%
LAB48.4, 78.6, -51.7
XYZ34.4, 17.1, 58.6
Decimal12918220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C51DCC;
}
.text-color {
color: #C51DCC;
}
.border-color {
border: 2px solid #C51DCC;
}