#CC07A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC07A8
Visually, #CC07A8 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 7, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 97% Magenta, 18% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC07A8
RGB204, 7, 168
HSL311.0°, 93.4%, 41.4%
CMYK0%, 97%, 18%, 20%
HSV311.0°, 96.6%, 80.0%
LAB46.7, 77.6, -33.2
XYZ32.0, 15.8, 38.4
Decimal13371304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.04:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC07A8;
}
.text-color {
color: #CC07A8;
}
.border-color {
border: 2px solid #CC07A8;
}