Shades of Deep Magenta #CA0ED2
Tints of Deep Magenta #CA0ED2
RGB
CMYK
RGB Variations
Color information
#CA0ED2 (or 0xCA0ED2) is known color: Deep Magenta. HEX triplet: CA, 0E and D2. RGB value is (202,14,210). Sum of RGB (Red+Green+Blue) = 202+14+210=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA0ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ED2 is #35F12D. Grayscale: #5B5B5B. Windows color (decimal): -3535150 or 13766346. OLE color: 13766346.
HSL color Cylindrical-coordinate representation of color #CA0ED2: hue angle of 297.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0ED2 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 14 | 210 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.18 |
| HSL | 297.55º | 0.88% | 0.44% | - |
| HSV(B) | 297.55º | 0.93% | 0.82% | - |
| XYZ | 36.15 | 17.52 | 62.45 | - |
| YUV | 92.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 210 | 0.04 | 0.93 | 0 | 0.18 | 297.55 | 0.88 | 0.44 |
| Hex | CA | E | D2 | 4 | 5D | 0 | 12 | 12A | 58 | 2C |
| Octal | 312 | 16 | 322 | 4 | 135 | 0 | 22 | 452 | 130 | 54 |
| Binary | 11001010 | 1110 | 11010010 | 100 | 1011101 | 0 | 10010 | 100101010 | 1011000 | 101100 |
Color Harmonies of #CA0ED2
Complementary color
Monochromatic Colors of #CA0ED2
Black with #CA0ED2
Text Example
Text Example
White with #CA0ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ED2; }
p { color: rgb(202,14,210); }
H1.HeaderClassName
{
color: #CA0ED2;
}
.AnyTagClassName
{
color: #CA0ED2;
}
</style>
background-color css
<style>
a { background-color: #CA0ED2; }
a { background-color: rgb(202,14,210); }
div.DivClassName
{
background-color: #CA0ED2;
}
.BgClassName
{
background-color: #CA0ED2;
}
</style>
border-color css
<style>
span { border-color: #CA0ED2; }
span { border-color: rgb(202,14,210); }
td.TdClassName
{
border-color: #CA0ED2;
}
.TagClassName
{
border-color: #CA0ED2;
}
</style>