#CC3A7C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC3A7C
Visually, #CC3A7C is defined as a moderate magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(204, 58, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#CC3A7C
RGB204, 58, 124
HSL332.9°, 58.9%, 51.4%
CMYK0%, 72%, 39%, 20%
HSV332.9°, 71.6%, 80.0%
LAB48.7, 61.9, -3.8
XYZ30.1, 17.3, 20.8
Decimal13384316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA Large
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A7C;
}
.text-color {
color: #CC3A7C;
}
.border-color {
border: 2px solid #CC3A7C;
}