Shades of Deep Magenta #C40EAB
Tints of Deep Magenta #C40EAB
RGB
CMYK
RGB Variations
Color information
#C40EAB (or 0xC40EAB) is known color: Deep Magenta. HEX triplet: C4, 0E and AB. RGB value is (196,14,171). Sum of RGB (Red+Green+Blue) = 196+14+171=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C40EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40EAB is #3BF154. Grayscale: #555555. Windows color (decimal): -3928405 or 11210436. OLE color: 11210436.
HSL color Cylindrical-coordinate representation of color #C40EAB: hue angle of 308.24º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40EAB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 171 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.23 |
| HSL | 308.24º | 0.87% | 0.41% | - |
| HSV(B) | 308.24º | 0.93% | 0.77% | - |
| XYZ | 30.27 | 14.99 | 39.83 | - |
| YUV | 86.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 171 | 0 | 0.93 | 0.13 | 0.23 | 308.24 | 0.87 | 0.41 |
| Hex | C4 | E | AB | 0 | 5D | D | 17 | 134 | 57 | 29 |
| Octal | 304 | 16 | 253 | 0 | 135 | 15 | 27 | 464 | 127 | 51 |
| Binary | 11000100 | 1110 | 10101011 | 0 | 1011101 | 1101 | 10111 | 100110100 | 1010111 | 101001 |
Color Harmonies of #C40EAB
Complementary color
Monochromatic Colors of #C40EAB
Black with #C40EAB
Text Example
Text Example
White with #C40EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40EAB; }
p { color: rgb(196,14,171); }
H1.HeaderClassName
{
color: #C40EAB;
}
.AnyTagClassName
{
color: #C40EAB;
}
</style>
background-color css
<style>
a { background-color: #C40EAB; }
a { background-color: rgb(196,14,171); }
div.DivClassName
{
background-color: #C40EAB;
}
.BgClassName
{
background-color: #C40EAB;
}
</style>
border-color css
<style>
span { border-color: #C40EAB; }
span { border-color: rgb(196,14,171); }
td.TdClassName
{
border-color: #C40EAB;
}
.TagClassName
{
border-color: #C40EAB;
}
</style>