Shades of Deep Magenta #CA02AF
Tints of Deep Magenta #CA02AF
RGB
CMYK
RGB Variations
Color information
#CA02AF (or 0xCA02AF) is known color: Deep Magenta. HEX triplet: CA, 02 and AF. RGB value is (202,2,175). Sum of RGB (Red+Green+Blue) = 202+2+175=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA02AF is #35FD50. Grayscale: #515151. Windows color (decimal): -3538257 or 11469514. OLE color: 11469514.
HSL color Cylindrical-coordinate representation of color #CA02AF: hue angle of 308.1º 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 #CA02AF is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.21 |
| HSL | 308.1º | 0.98% | 0.4% | - |
| HSV(B) | 308.1º | 0.99% | 0.79% | - |
| XYZ | 32.12 | 15.7 | 41.89 | - |
| YUV | 81.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 175 | 0 | 0.99 | 0.13 | 0.21 | 308.1 | 0.98 | 0.4 |
| Hex | CA | 2 | AF | 0 | 63 | D | 15 | 134 | 62 | 28 |
| Octal | 312 | 2 | 257 | 0 | 143 | 15 | 25 | 464 | 142 | 50 |
| Binary | 11001010 | 10 | 10101111 | 0 | 1100011 | 1101 | 10101 | 100110100 | 1100010 | 101000 |
Color Harmonies of #CA02AF
Complementary color
Monochromatic Colors of #CA02AF
Black with #CA02AF
Text Example
Text Example
White with #CA02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02AF; }
p { color: rgb(202,2,175); }
H1.HeaderClassName
{
color: #CA02AF;
}
.AnyTagClassName
{
color: #CA02AF;
}
</style>
background-color css
<style>
a { background-color: #CA02AF; }
a { background-color: rgb(202,2,175); }
div.DivClassName
{
background-color: #CA02AF;
}
.BgClassName
{
background-color: #CA02AF;
}
</style>
border-color css
<style>
span { border-color: #CA02AF; }
span { border-color: rgb(202,2,175); }
td.TdClassName
{
border-color: #CA02AF;
}
.TagClassName
{
border-color: #CA02AF;
}
</style>