Shades of Deep Magenta #CA05CE
Tints of Deep Magenta #CA05CE
RGB
CMYK
RGB Variations
Color information
#CA05CE (or 0xCA05CE) is known color: Deep Magenta. HEX triplet: CA, 05 and CE. RGB value is (202,5,206). Sum of RGB (Red+Green+Blue) = 202+5+206=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA05CE is #35FA31. Grayscale: #565656. Windows color (decimal): -3537458 or 13501898. OLE color: 13501898.
HSL color Cylindrical-coordinate representation of color #CA05CE: hue angle of 298.81º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05CE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 5 | 206 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.19 |
| HSL | 298.81º | 0.95% | 0.41% | - |
| HSV(B) | 298.81º | 0.98% | 0.81% | - |
| XYZ | 35.55 | 17.12 | 59.82 | - |
| YUV | 86.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 206 | 0.02 | 0.98 | 0 | 0.19 | 298.81 | 0.95 | 0.41 |
| Hex | CA | 5 | CE | 2 | 62 | 0 | 13 | 12B | 5F | 29 |
| Octal | 312 | 5 | 316 | 2 | 142 | 0 | 23 | 453 | 137 | 51 |
| Binary | 11001010 | 101 | 11001110 | 10 | 1100010 | 0 | 10011 | 100101011 | 1011111 | 101001 |
Color Harmonies of #CA05CE
Complementary color
Monochromatic Colors of #CA05CE
Black with #CA05CE
Text Example
Text Example
White with #CA05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05CE; }
p { color: rgb(202,5,206); }
H1.HeaderClassName
{
color: #CA05CE;
}
.AnyTagClassName
{
color: #CA05CE;
}
</style>
background-color css
<style>
a { background-color: #CA05CE; }
a { background-color: rgb(202,5,206); }
div.DivClassName
{
background-color: #CA05CE;
}
.BgClassName
{
background-color: #CA05CE;
}
</style>
border-color css
<style>
span { border-color: #CA05CE; }
span { border-color: rgb(202,5,206); }
td.TdClassName
{
border-color: #CA05CE;
}
.TagClassName
{
border-color: #CA05CE;
}
</style>