#CC1DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #CC1DCC
The hex code #CC1DCC represents a beautifully specific shade of magenta. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(204, 29, 204).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 86% Magenta, 0% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC1DCC
RGB204, 29, 204
HSL300.0°, 75.1%, 45.7%
CMYK0%, 86%, 0%, 20%
HSV300.0°, 85.8%, 80.0%
LAB49.6, 79.9, -49.7
XYZ36.2, 18.1, 58.7
Decimal13376972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1DCC;
}
.text-color {
color: #CC1DCC;
}
.border-color {
border: 2px solid #CC1DCC;
}