Shades of Deep Magenta #CA0ECA
Tints of Deep Magenta #CA0ECA
RGB
CMYK
RGB Variations
Color information
#CA0ECA (or 0xCA0ECA) is known color: Deep Magenta. HEX triplet: CA, 0E and CA. RGB value is (202,14,202). Sum of RGB (Red+Green+Blue) = 202+14+202=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ECA is #35F135. Grayscale: #5B5B5B. Windows color (decimal): -3535158 or 13242058. OLE color: 13242058.
HSL color Cylindrical-coordinate representation of color #CA0ECA: hue angle of 300º 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 #CA0ECA is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 202 | - |
| CMYK | 0 | 0.93 | 0 | 0.21 |
| HSL | 300º | 0.87% | 0.42% | - |
| HSV(B) | 300º | 0.93% | 0.79% | - |
| XYZ | 35.17 | 17.13 | 57.33 | - |
| YUV | 91.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 202 | 0 | 0.93 | 0 | 0.21 | 300 | 0.87 | 0.42 |
| Hex | CA | E | CA | 0 | 5D | 0 | 15 | 12C | 57 | 2A |
| Octal | 312 | 16 | 312 | 0 | 135 | 0 | 25 | 454 | 127 | 52 |
| Binary | 11001010 | 1110 | 11001010 | 0 | 1011101 | 0 | 10101 | 100101100 | 1010111 | 101010 |
Color Harmonies of #CA0ECA
Complementary color
Monochromatic Colors of #CA0ECA
Black with #CA0ECA
Text Example
Text Example
White with #CA0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ECA; }
p { color: rgb(202,14,202); }
H1.HeaderClassName
{
color: #CA0ECA;
}
.AnyTagClassName
{
color: #CA0ECA;
}
</style>
background-color css
<style>
a { background-color: #CA0ECA; }
a { background-color: rgb(202,14,202); }
div.DivClassName
{
background-color: #CA0ECA;
}
.BgClassName
{
background-color: #CA0ECA;
}
</style>
border-color css
<style>
span { border-color: #CA0ECA; }
span { border-color: rgb(202,14,202); }
td.TdClassName
{
border-color: #CA0ECA;
}
.TagClassName
{
border-color: #CA0ECA;
}
</style>