Shades of Deep Magenta #CA02DA
Tints of Deep Magenta #CA02DA
RGB
CMYK
RGB Variations
Color information
#CA02DA (or 0xCA02DA) is known color: Deep Magenta. HEX triplet: CA, 02 and DA. RGB value is (202,2,218). Sum of RGB (Red+Green+Blue) = 202+2+218=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02DA is #35FD25. Grayscale: #555555. Windows color (decimal): -3538214 or 14287562. OLE color: 14287562.
HSL color Cylindrical-coordinate representation of color #CA02DA: hue angle of 295.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02DA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 2 | 218 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.15 |
| HSL | 295.56º | 0.98% | 0.43% | - |
| HSV(B) | 295.56º | 0.99% | 0.85% | - |
| XYZ | 37.03 | 17.66 | 67.79 | - |
| YUV | 86.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 218 | 0.07 | 0.99 | 0 | 0.15 | 295.56 | 0.98 | 0.43 |
| Hex | CA | 2 | DA | 7 | 63 | 0 | F | 128 | 62 | 2B |
| Octal | 312 | 2 | 332 | 7 | 143 | 0 | 17 | 450 | 142 | 53 |
| Binary | 11001010 | 10 | 11011010 | 111 | 1100011 | 0 | 1111 | 100101000 | 1100010 | 101011 |
Color Harmonies of #CA02DA
Complementary color
Monochromatic Colors of #CA02DA
Black with #CA02DA
Text Example
Text Example
White with #CA02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02DA; }
p { color: rgb(202,2,218); }
H1.HeaderClassName
{
color: #CA02DA;
}
.AnyTagClassName
{
color: #CA02DA;
}
</style>
background-color css
<style>
a { background-color: #CA02DA; }
a { background-color: rgb(202,2,218); }
div.DivClassName
{
background-color: #CA02DA;
}
.BgClassName
{
background-color: #CA02DA;
}
</style>
border-color css
<style>
span { border-color: #CA02DA; }
span { border-color: rgb(202,2,218); }
td.TdClassName
{
border-color: #CA02DA;
}
.TagClassName
{
border-color: #CA02DA;
}
</style>