Shades of Deep Magenta #CA0EC6
Tints of Deep Magenta #CA0EC6
RGB
CMYK
RGB Variations
Color information
#CA0EC6 (or 0xCA0EC6) is known color: Deep Magenta. HEX triplet: CA, 0E and C6. RGB value is (202,14,198). Sum of RGB (Red+Green+Blue) = 202+14+198=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EC6 is #35F139. Grayscale: #5A5A5A. Windows color (decimal): -3535162 or 12979914. OLE color: 12979914.
HSL color Cylindrical-coordinate representation of color #CA0EC6: hue angle of 301.28º 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 #CA0EC6 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 198 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.21 |
| HSL | 301.28º | 0.87% | 0.42% | - |
| HSV(B) | 301.28º | 0.93% | 0.79% | - |
| XYZ | 34.71 | 16.95 | 54.87 | - |
| YUV | 91.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 198 | 0 | 0.93 | 0.02 | 0.21 | 301.28 | 0.87 | 0.42 |
| Hex | CA | E | C6 | 0 | 5D | 2 | 15 | 12D | 57 | 2A |
| Octal | 312 | 16 | 306 | 0 | 135 | 2 | 25 | 455 | 127 | 52 |
| Binary | 11001010 | 1110 | 11000110 | 0 | 1011101 | 10 | 10101 | 100101101 | 1010111 | 101010 |
Color Harmonies of #CA0EC6
Complementary color
Monochromatic Colors of #CA0EC6
Black with #CA0EC6
Text Example
Text Example
White with #CA0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0EC6; }
p { color: rgb(202,14,198); }
H1.HeaderClassName
{
color: #CA0EC6;
}
.AnyTagClassName
{
color: #CA0EC6;
}
</style>
background-color css
<style>
a { background-color: #CA0EC6; }
a { background-color: rgb(202,14,198); }
div.DivClassName
{
background-color: #CA0EC6;
}
.BgClassName
{
background-color: #CA0EC6;
}
</style>
border-color css
<style>
span { border-color: #CA0EC6; }
span { border-color: rgb(202,14,198); }
td.TdClassName
{
border-color: #CA0EC6;
}
.TagClassName
{
border-color: #CA0EC6;
}
</style>