#CC49A8
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC49A8
At its core, #CC49A8 is a medium and moderate hue. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 73, and 168.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 64% magenta, 18% yellow, and 20% black. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC49A8
RGB204, 73, 168
HSL316.5°, 56.2%, 54.3%
CMYK0%, 64%, 18%, 20%
HSV316.5°, 64.2%, 80.0%
LAB52.3, 61.7, -24.5
XYZ34.4, 20.4, 39.2
Decimal13388200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC49A8;
}
.text-color {
color: #CC49A8;
}
.border-color {
border: 2px solid #CC49A8;
}