Shades of Deep Magenta #CA02C2
Tints of Deep Magenta #CA02C2
RGB
CMYK
RGB Variations
Color information
#CA02C2 (or 0xCA02C2) is known color: Deep Magenta. HEX triplet: CA, 02 and C2. RGB value is (202,2,194). Sum of RGB (Red+Green+Blue) = 202+2+194=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02C2 is #35FD3D. Grayscale: #535353. Windows color (decimal): -3538238 or 12714698. OLE color: 12714698.
HSL color Cylindrical-coordinate representation of color #CA02C2: hue angle of 302.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02C2 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.21 |
| HSL | 302.4º | 0.98% | 0.4% | - |
| HSV(B) | 302.4º | 0.99% | 0.79% | - |
| XYZ | 34.12 | 16.5 | 52.42 | - |
| YUV | 83.69 | 190.26 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 194 | 0 | 0.99 | 0.04 | 0.21 | 302.4 | 0.98 | 0.4 |
| Hex | CA | 2 | C2 | 0 | 63 | 4 | 15 | 12E | 62 | 28 |
| Octal | 312 | 2 | 302 | 0 | 143 | 4 | 25 | 456 | 142 | 50 |
| Binary | 11001010 | 10 | 11000010 | 0 | 1100011 | 100 | 10101 | 100101110 | 1100010 | 101000 |
Color Harmonies of #CA02C2
Complementary color
Monochromatic Colors of #CA02C2
Black with #CA02C2
Text Example
Text Example
White with #CA02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02C2; }
p { color: rgb(202,2,194); }
H1.HeaderClassName
{
color: #CA02C2;
}
.AnyTagClassName
{
color: #CA02C2;
}
</style>
background-color css
<style>
a { background-color: #CA02C2; }
a { background-color: rgb(202,2,194); }
div.DivClassName
{
background-color: #CA02C2;
}
.BgClassName
{
background-color: #CA02C2;
}
</style>
border-color css
<style>
span { border-color: #CA02C2; }
span { border-color: rgb(202,2,194); }
td.TdClassName
{
border-color: #CA02C2;
}
.TagClassName
{
border-color: #CA02C2;
}
</style>