Shades of Deep Magenta #C40CA9
Tints of Deep Magenta #C40CA9
RGB
CMYK
RGB Variations
Color information
#C40CA9 (or 0xC40CA9) is known color: Deep Magenta. HEX triplet: C4, 0C and A9. RGB value is (196,12,169). Sum of RGB (Red+Green+Blue) = 196+12+169=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA9 is #3BF356. Grayscale: #545454. Windows color (decimal): -3928919 or 11078852. OLE color: 11078852.
HSL color Cylindrical-coordinate representation of color #C40CA9: hue angle of 308.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 169 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.23 |
| HSL | 308.8º | 0.88% | 0.41% | - |
| HSV(B) | 308.8º | 0.94% | 0.77% | - |
| XYZ | 30.06 | 14.86 | 38.82 | - |
| YUV | 84.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 169 | 0 | 0.94 | 0.14 | 0.23 | 308.8 | 0.88 | 0.41 |
| Hex | C4 | C | A9 | 0 | 5E | E | 17 | 135 | 58 | 29 |
| Octal | 304 | 14 | 251 | 0 | 136 | 16 | 27 | 465 | 130 | 51 |
| Binary | 11000100 | 1100 | 10101001 | 0 | 1011110 | 1110 | 10111 | 100110101 | 1011000 | 101001 |
Color Harmonies of #C40CA9
Complementary color
Monochromatic Colors of #C40CA9
Black with #C40CA9
Text Example
Text Example
White with #C40CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CA9; }
p { color: rgb(196,12,169); }
H1.HeaderClassName
{
color: #C40CA9;
}
.AnyTagClassName
{
color: #C40CA9;
}
</style>
background-color css
<style>
a { background-color: #C40CA9; }
a { background-color: rgb(196,12,169); }
div.DivClassName
{
background-color: #C40CA9;
}
.BgClassName
{
background-color: #C40CA9;
}
</style>
border-color css
<style>
span { border-color: #C40CA9; }
span { border-color: rgb(196,12,169); }
td.TdClassName
{
border-color: #C40CA9;
}
.TagClassName
{
border-color: #C40CA9;
}
</style>