#7C0F50
A dark, vivid magenta closely aligning with Mediumvioletred.
About #7C0F50
When working with digital screens, the color #7C0F50 is rendered by mixing light. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 124 red, 15 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 88% magenta, 35% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C0F50
RGB124, 15, 80
HSL324.2°, 78.4%, 27.3%
CMYK0%, 88%, 35%, 51%
HSV324.2°, 87.9%, 48.6%
LAB27.3, 48.8, -9.3
XYZ9.9, 5.2, 8.1
Decimal8130384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.83:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F50;
}
.text-color {
color: #7C0F50;
}
.border-color {
border: 2px solid #7C0F50;
}