#CC2C6D
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC2C6D
The hex code #CC2C6D represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 44, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 78% Magenta, 47% Yellow, and 20% Black. With a hue angle of 335.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC2C6D
RGB204, 44, 109
HSL335.6°, 64.5%, 48.6%
CMYK0%, 78%, 47%, 20%
HSV335.6°, 78.4%, 80.0%
LAB46.6, 64.9, 2.4
XYZ28.6, 15.7, 16.0
Decimal13380717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2C6D;
}
.text-color {
color: #CC2C6D;
}
.border-color {
border: 2px solid #CC2C6D;
}