Shades of Deep Magenta #CA02AA
Tints of Deep Magenta #CA02AA
RGB
CMYK
RGB Variations
Color information
#CA02AA (or 0xCA02AA) is known color: Deep Magenta. HEX triplet: CA, 02 and AA. RGB value is (202,2,170). Sum of RGB (Red+Green+Blue) = 202+2+170=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA02AA is #35FD55. Grayscale: #505050. Windows color (decimal): -3538262 or 11141834. OLE color: 11141834.
HSL color Cylindrical-coordinate representation of color #CA02AA: hue angle of 309.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 #CA02AA is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.21 |
| HSL | 309.6º | 0.98% | 0.4% | - |
| HSV(B) | 309.6º | 0.99% | 0.79% | - |
| XYZ | 31.63 | 15.5 | 39.36 | - |
| YUV | 80.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 170 | 0 | 0.99 | 0.16 | 0.21 | 309.6 | 0.98 | 0.4 |
| Hex | CA | 2 | AA | 0 | 63 | 10 | 15 | 136 | 62 | 28 |
| Octal | 312 | 2 | 252 | 0 | 143 | 20 | 25 | 466 | 142 | 50 |
| Binary | 11001010 | 10 | 10101010 | 0 | 1100011 | 10000 | 10101 | 100110110 | 1100010 | 101000 |
Color Harmonies of #CA02AA
Complementary color
Monochromatic Colors of #CA02AA
Black with #CA02AA
Text Example
Text Example
White with #CA02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02AA; }
p { color: rgb(202,2,170); }
H1.HeaderClassName
{
color: #CA02AA;
}
.AnyTagClassName
{
color: #CA02AA;
}
</style>
background-color css
<style>
a { background-color: #CA02AA; }
a { background-color: rgb(202,2,170); }
div.DivClassName
{
background-color: #CA02AA;
}
.BgClassName
{
background-color: #CA02AA;
}
</style>
border-color css
<style>
span { border-color: #CA02AA; }
span { border-color: rgb(202,2,170); }
td.TdClassName
{
border-color: #CA02AA;
}
.TagClassName
{
border-color: #CA02AA;
}
</style>