Shades of Deep Magenta #CA0ECB
Tints of Deep Magenta #CA0ECB
RGB
CMYK
RGB Variations
Color information
#CA0ECB (or 0xCA0ECB) is known color: Deep Magenta. HEX triplet: CA, 0E and CB. RGB value is (202,14,203). Sum of RGB (Red+Green+Blue) = 202+14+203=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA0ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ECB is #35F134. Grayscale: #5B5B5B. Windows color (decimal): -3535157 or 13307594. OLE color: 13307594.
HSL color Cylindrical-coordinate representation of color #CA0ECB: hue angle of 299.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0ECB is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 14 | 203 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.20 |
| HSL | 299.68º | 0.87% | 0.43% | - |
| HSV(B) | 299.68º | 0.93% | 0.8% | - |
| XYZ | 35.29 | 17.18 | 57.96 | - |
| YUV | 91.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 203 | 0.00 | 0.93 | 0 | 0.20 | 299.68 | 0.87 | 0.43 |
| Hex | CA | E | CB | 0 | 5D | 0 | 14 | 12C | 57 | 2B |
| Octal | 312 | 16 | 313 | 0 | 135 | 0 | 24 | 454 | 127 | 53 |
| Binary | 11001010 | 1110 | 11001011 | 0 | 1011101 | 0 | 10100 | 100101100 | 1010111 | 101011 |
Color Harmonies of #CA0ECB
Complementary color
Monochromatic Colors of #CA0ECB
Black with #CA0ECB
Text Example
Text Example
White with #CA0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ECB; }
p { color: rgb(202,14,203); }
H1.HeaderClassName
{
color: #CA0ECB;
}
.AnyTagClassName
{
color: #CA0ECB;
}
</style>
background-color css
<style>
a { background-color: #CA0ECB; }
a { background-color: rgb(202,14,203); }
div.DivClassName
{
background-color: #CA0ECB;
}
.BgClassName
{
background-color: #CA0ECB;
}
</style>
border-color css
<style>
span { border-color: #CA0ECB; }
span { border-color: rgb(202,14,203); }
td.TdClassName
{
border-color: #CA0ECB;
}
.TagClassName
{
border-color: #CA0ECB;
}
</style>