#C5078A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C5078A
At its core, #C5078A is a medium and vivid hue. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 7, and 138.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 96% Magenta, 30% Yellow, and 23% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5078A
RGB197, 7, 138
HSL318.6°, 93.1%, 40.0%
CMYK0%, 96%, 30%, 23%
HSV318.6°, 96.4%, 77.3%
LAB44.0, 72.7, -19.4
XYZ27.7, 13.9, 25.3
Decimal12912522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5078A;
}
.text-color {
color: #C5078A;
}
.border-color {
border: 2px solid #C5078A;
}