Shades of Deep Magenta #CA02AC
Tints of Deep Magenta #CA02AC
RGB
CMYK
RGB Variations
Color information
#CA02AC (or 0xCA02AC) is known color: Deep Magenta. HEX triplet: CA, 02 and AC. RGB value is (202,2,172). Sum of RGB (Red+Green+Blue) = 202+2+172=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA02AC is #35FD53. Grayscale: #505050. Windows color (decimal): -3538260 or 11272906. OLE color: 11272906.
HSL color Cylindrical-coordinate representation of color #CA02AC: hue angle of 309º 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 #CA02AC is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.21 |
| HSL | 309º | 0.98% | 0.4% | - |
| HSV(B) | 309º | 0.99% | 0.79% | - |
| XYZ | 31.83 | 15.58 | 40.36 | - |
| YUV | 81.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 172 | 0 | 0.99 | 0.15 | 0.21 | 309 | 0.98 | 0.4 |
| Hex | CA | 2 | AC | 0 | 63 | F | 15 | 135 | 62 | 28 |
| Octal | 312 | 2 | 254 | 0 | 143 | 17 | 25 | 465 | 142 | 50 |
| Binary | 11001010 | 10 | 10101100 | 0 | 1100011 | 1111 | 10101 | 100110101 | 1100010 | 101000 |
Color Harmonies of #CA02AC
Complementary color
Monochromatic Colors of #CA02AC
Black with #CA02AC
Text Example
Text Example
White with #CA02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02AC; }
p { color: rgb(202,2,172); }
H1.HeaderClassName
{
color: #CA02AC;
}
.AnyTagClassName
{
color: #CA02AC;
}
</style>
background-color css
<style>
a { background-color: #CA02AC; }
a { background-color: rgb(202,2,172); }
div.DivClassName
{
background-color: #CA02AC;
}
.BgClassName
{
background-color: #CA02AC;
}
</style>
border-color css
<style>
span { border-color: #CA02AC; }
span { border-color: rgb(202,2,172); }
td.TdClassName
{
border-color: #CA02AC;
}
.TagClassName
{
border-color: #CA02AC;
}
</style>