Shades of Deep Magenta #CA02C8
Tints of Deep Magenta #CA02C8
RGB
CMYK
RGB Variations
Color information
#CA02C8 (or 0xCA02C8) is known color: Deep Magenta. HEX triplet: CA, 02 and C8. RGB value is (202,2,200). Sum of RGB (Red+Green+Blue) = 202+2+200=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02C8 is #35FD37. Grayscale: #535353. Windows color (decimal): -3538232 or 13107914. OLE color: 13107914.
HSL color Cylindrical-coordinate representation of color #CA02C8: hue angle of 300.6º 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 #CA02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.21 |
| HSL | 300.6º | 0.98% | 0.4% | - |
| HSV(B) | 300.6º | 0.99% | 0.79% | - |
| XYZ | 34.8 | 16.77 | 56.05 | - |
| YUV | 84.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 200 | 0 | 0.99 | 0.01 | 0.21 | 300.6 | 0.98 | 0.4 |
| Hex | CA | 2 | C8 | 0 | 63 | 1 | 15 | 12D | 62 | 28 |
| Octal | 312 | 2 | 310 | 0 | 143 | 1 | 25 | 455 | 142 | 50 |
| Binary | 11001010 | 10 | 11001000 | 0 | 1100011 | 1 | 10101 | 100101101 | 1100010 | 101000 |
Color Harmonies of #CA02C8
Complementary color
Monochromatic Colors of #CA02C8
Black with #CA02C8
Text Example
Text Example
White with #CA02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02C8; }
p { color: rgb(202,2,200); }
H1.HeaderClassName
{
color: #CA02C8;
}
.AnyTagClassName
{
color: #CA02C8;
}
</style>
background-color css
<style>
a { background-color: #CA02C8; }
a { background-color: rgb(202,2,200); }
div.DivClassName
{
background-color: #CA02C8;
}
.BgClassName
{
background-color: #CA02C8;
}
</style>
border-color css
<style>
span { border-color: #CA02C8; }
span { border-color: rgb(202,2,200); }
td.TdClassName
{
border-color: #CA02C8;
}
.TagClassName
{
border-color: #CA02C8;
}
</style>