Shades of Deep Magenta #CA02E1
Tints of Deep Magenta #CA02E1
RGB
CMYK
RGB Variations
Color information
#CA02E1 (or 0xCA02E1) is known color: Deep Magenta. HEX triplet: CA, 02 and E1. RGB value is (202,2,225). Sum of RGB (Red+Green+Blue) = 202+2+225=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02E1 is #35FD1E. Grayscale: #565656. Windows color (decimal): -3538207 or 14746314. OLE color: 14746314.
HSL color Cylindrical-coordinate representation of color #CA02E1: hue angle of 293.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02E1 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 2 | 225 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.12 |
| HSL | 293.81º | 0.98% | 0.45% | - |
| HSV(B) | 293.81º | 0.99% | 0.88% | - |
| XYZ | 37.97 | 18.04 | 72.71 | - |
| YUV | 87.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 225 | 0.10 | 0.99 | 0 | 0.12 | 293.81 | 0.98 | 0.45 |
| Hex | CA | 2 | E1 | A | 63 | 0 | C | 126 | 62 | 2D |
| Octal | 312 | 2 | 341 | 12 | 143 | 0 | 14 | 446 | 142 | 55 |
| Binary | 11001010 | 10 | 11100001 | 1010 | 1100011 | 0 | 1100 | 100100110 | 1100010 | 101101 |
Color Harmonies of #CA02E1
Complementary color
Monochromatic Colors of #CA02E1
Black with #CA02E1
Text Example
Text Example
White with #CA02E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02E1; }
p { color: rgb(202,2,225); }
H1.HeaderClassName
{
color: #CA02E1;
}
.AnyTagClassName
{
color: #CA02E1;
}
</style>
background-color css
<style>
a { background-color: #CA02E1; }
a { background-color: rgb(202,2,225); }
div.DivClassName
{
background-color: #CA02E1;
}
.BgClassName
{
background-color: #CA02E1;
}
</style>
border-color css
<style>
span { border-color: #CA02E1; }
span { border-color: rgb(202,2,225); }
td.TdClassName
{
border-color: #CA02E1;
}
.TagClassName
{
border-color: #CA02E1;
}
</style>