#7C0F2C
A dark, vivid magenta closely aligning with Brown.
About #7C0F2C
The hex code #7C0F2C represents a beautifully specific shade of magenta. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 124 red, 15 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C0F2C
RGB124, 15, 44
HSL344.0°, 78.4%, 27.3%
CMYK0%, 88%, 65%, 51%
HSV344.0°, 87.9%, 48.6%
LAB26.2, 45.5, 13.4
XYZ8.9, 4.8, 2.8
Decimal8130348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.70:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.23:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0F2C;
}
.text-color {
color: #7C0F2C;
}
.border-color {
border: 2px solid #7C0F2C;
}