Shades of Deep Magenta #CA02E5
Tints of Deep Magenta #CA02E5
RGB
CMYK
RGB Variations
Color information
#CA02E5 (or 0xCA02E5) is known color: Deep Magenta. HEX triplet: CA, 02 and E5. RGB value is (202,2,229). Sum of RGB (Red+Green+Blue) = 202+2+229=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA02E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02E5 is #35FD1A. Grayscale: #565656. Windows color (decimal): -3538203 or 15008458. OLE color: 15008458.
HSL color Cylindrical-coordinate representation of color #CA02E5: hue angle of 292.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02E5 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 2 | 229 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.10 |
| HSL | 292.86º | 0.98% | 0.45% | - |
| HSV(B) | 292.86º | 0.99% | 0.9% | - |
| XYZ | 38.52 | 18.26 | 75.62 | - |
| YUV | 87.68 | 207.76 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 229 | 0.12 | 0.99 | 0 | 0.10 | 292.86 | 0.98 | 0.45 |
| Hex | CA | 2 | E5 | C | 63 | 0 | A | 125 | 62 | 2D |
| Octal | 312 | 2 | 345 | 14 | 143 | 0 | 12 | 445 | 142 | 55 |
| Binary | 11001010 | 10 | 11100101 | 1100 | 1100011 | 0 | 1010 | 100100101 | 1100010 | 101101 |
Color Harmonies of #CA02E5
Complementary color
Monochromatic Colors of #CA02E5
Black with #CA02E5
Text Example
Text Example
White with #CA02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02E5; }
p { color: rgb(202,2,229); }
H1.HeaderClassName
{
color: #CA02E5;
}
.AnyTagClassName
{
color: #CA02E5;
}
</style>
background-color css
<style>
a { background-color: #CA02E5; }
a { background-color: rgb(202,2,229); }
div.DivClassName
{
background-color: #CA02E5;
}
.BgClassName
{
background-color: #CA02E5;
}
</style>
border-color css
<style>
span { border-color: #CA02E5; }
span { border-color: rgb(202,2,229); }
td.TdClassName
{
border-color: #CA02E5;
}
.TagClassName
{
border-color: #CA02E5;
}
</style>