Shades of Deep Magenta #CA0EAA
Tints of Deep Magenta #CA0EAA
RGB
CMYK
RGB Variations
Color information
#CA0EAA (or 0xCA0EAA) is known color: Deep Magenta. HEX triplet: CA, 0E and AA. RGB value is (202,14,170). Sum of RGB (Red+Green+Blue) = 202+14+170=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0EAA is #35F155. Grayscale: #575757. Windows color (decimal): -3535190 or 11144906. OLE color: 11144906.
HSL color Cylindrical-coordinate representation of color #CA0EAA: hue angle of 310.21º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0EAA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.21 |
| HSL | 310.21º | 0.87% | 0.42% | - |
| HSV(B) | 310.21º | 0.93% | 0.79% | - |
| XYZ | 31.77 | 15.77 | 39.4 | - |
| YUV | 88 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 170 | 0 | 0.93 | 0.16 | 0.21 | 310.21 | 0.87 | 0.42 |
| Hex | CA | E | AA | 0 | 5D | 10 | 15 | 136 | 57 | 2A |
| Octal | 312 | 16 | 252 | 0 | 135 | 20 | 25 | 466 | 127 | 52 |
| Binary | 11001010 | 1110 | 10101010 | 0 | 1011101 | 10000 | 10101 | 100110110 | 1010111 | 101010 |
Color Harmonies of #CA0EAA
Complementary color
Monochromatic Colors of #CA0EAA
Black with #CA0EAA
Text Example
Text Example
White with #CA0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EAA; }
p { color: rgb(202,14,170); }
H1.HeaderClassName
{
color: #CA0EAA;
}
.AnyTagClassName
{
color: #CA0EAA;
}
</style>
background-color css
<style>
a { background-color: #CA0EAA; }
a { background-color: rgb(202,14,170); }
div.DivClassName
{
background-color: #CA0EAA;
}
.BgClassName
{
background-color: #CA0EAA;
}
</style>
border-color css
<style>
span { border-color: #CA0EAA; }
span { border-color: rgb(202,14,170); }
td.TdClassName
{
border-color: #CA0EAA;
}
.TagClassName
{
border-color: #CA0EAA;
}
</style>