Shades of Deep Magenta #CA0DC0
Tints of Deep Magenta #CA0DC0
RGB
CMYK
RGB Variations
Color information
#CA0DC0 (or 0xCA0DC0) is known color: Deep Magenta. HEX triplet: CA, 0D and C0. RGB value is (202,13,192). Sum of RGB (Red+Green+Blue) = 202+13+192=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DC0 is #35F23F. Grayscale: #595959. Windows color (decimal): -3535424 or 12586442. OLE color: 12586442.
HSL color Cylindrical-coordinate representation of color #CA0DC0: hue angle of 303.17º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.21 |
| HSL | 303.17º | 0.88% | 0.42% | - |
| HSV(B) | 303.17º | 0.94% | 0.79% | - |
| XYZ | 34.02 | 16.65 | 51.29 | - |
| YUV | 89.92 | 185.62 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 192 | 0 | 0.94 | 0.05 | 0.21 | 303.17 | 0.88 | 0.42 |
| Hex | CA | D | C0 | 0 | 5E | 5 | 15 | 12F | 58 | 2A |
| Octal | 312 | 15 | 300 | 0 | 136 | 5 | 25 | 457 | 130 | 52 |
| Binary | 11001010 | 1101 | 11000000 | 0 | 1011110 | 101 | 10101 | 100101111 | 1011000 | 101010 |
Color Harmonies of #CA0DC0
Complementary color
Monochromatic Colors of #CA0DC0
Black with #CA0DC0
Text Example
Text Example
White with #CA0DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DC0; }
p { color: rgb(202,13,192); }
H1.HeaderClassName
{
color: #CA0DC0;
}
.AnyTagClassName
{
color: #CA0DC0;
}
</style>
background-color css
<style>
a { background-color: #CA0DC0; }
a { background-color: rgb(202,13,192); }
div.DivClassName
{
background-color: #CA0DC0;
}
.BgClassName
{
background-color: #CA0DC0;
}
</style>
border-color css
<style>
span { border-color: #CA0DC0; }
span { border-color: rgb(202,13,192); }
td.TdClassName
{
border-color: #CA0DC0;
}
.TagClassName
{
border-color: #CA0DC0;
}
</style>