Shades of Deep Magenta #CA0ECE
Tints of Deep Magenta #CA0ECE
RGB
CMYK
RGB Variations
Color information
#CA0ECE (or 0xCA0ECE) is known color: Deep Magenta. HEX triplet: CA, 0E and CE. RGB value is (202,14,206). Sum of RGB (Red+Green+Blue) = 202+14+206=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ECE is #35F131. Grayscale: #5B5B5B. Windows color (decimal): -3535154 or 13504202. OLE color: 13504202.
HSL color Cylindrical-coordinate representation of color #CA0ECE: hue angle of 298.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0ECE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 14 | 206 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.19 |
| HSL | 298.75º | 0.87% | 0.43% | - |
| HSV(B) | 298.75º | 0.93% | 0.81% | - |
| XYZ | 35.65 | 17.33 | 59.86 | - |
| YUV | 92.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 206 | 0.02 | 0.93 | 0 | 0.19 | 298.75 | 0.87 | 0.43 |
| Hex | CA | E | CE | 2 | 5D | 0 | 13 | 12B | 57 | 2B |
| Octal | 312 | 16 | 316 | 2 | 135 | 0 | 23 | 453 | 127 | 53 |
| Binary | 11001010 | 1110 | 11001110 | 10 | 1011101 | 0 | 10011 | 100101011 | 1010111 | 101011 |
Color Harmonies of #CA0ECE
Complementary color
Monochromatic Colors of #CA0ECE
Black with #CA0ECE
Text Example
Text Example
White with #CA0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ECE; }
p { color: rgb(202,14,206); }
H1.HeaderClassName
{
color: #CA0ECE;
}
.AnyTagClassName
{
color: #CA0ECE;
}
</style>
background-color css
<style>
a { background-color: #CA0ECE; }
a { background-color: rgb(202,14,206); }
div.DivClassName
{
background-color: #CA0ECE;
}
.BgClassName
{
background-color: #CA0ECE;
}
</style>
border-color css
<style>
span { border-color: #CA0ECE; }
span { border-color: rgb(202,14,206); }
td.TdClassName
{
border-color: #CA0ECE;
}
.TagClassName
{
border-color: #CA0ECE;
}
</style>