Shades of Deep Magenta #CA07AB
Tints of Deep Magenta #CA07AB
RGB
CMYK
RGB Variations
Color information
#CA07AB (or 0xCA07AB) is known color: Deep Magenta. HEX triplet: CA, 07 and AB. RGB value is (202,7,171). Sum of RGB (Red+Green+Blue) = 202+7+171=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA07AB is #35F854. Grayscale: #535353. Windows color (decimal): -3536981 or 11208650. OLE color: 11208650.
HSL color Cylindrical-coordinate representation of color #CA07AB: hue angle of 309.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07AB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.54º | 0.93% | 0.41% | - |
| HSV(B) | 309.54º | 0.97% | 0.79% | - |
| XYZ | 31.78 | 15.65 | 39.87 | - |
| YUV | 84 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 171 | 0 | 0.97 | 0.15 | 0.21 | 309.54 | 0.93 | 0.41 |
| Hex | CA | 7 | AB | 0 | 61 | F | 15 | 136 | 5D | 29 |
| Octal | 312 | 7 | 253 | 0 | 141 | 17 | 25 | 466 | 135 | 51 |
| Binary | 11001010 | 111 | 10101011 | 0 | 1100001 | 1111 | 10101 | 100110110 | 1011101 | 101001 |
Color Harmonies of #CA07AB
Complementary color
Monochromatic Colors of #CA07AB
Black with #CA07AB
Text Example
Text Example
White with #CA07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07AB; }
p { color: rgb(202,7,171); }
H1.HeaderClassName
{
color: #CA07AB;
}
.AnyTagClassName
{
color: #CA07AB;
}
</style>
background-color css
<style>
a { background-color: #CA07AB; }
a { background-color: rgb(202,7,171); }
div.DivClassName
{
background-color: #CA07AB;
}
.BgClassName
{
background-color: #CA07AB;
}
</style>
border-color css
<style>
span { border-color: #CA07AB; }
span { border-color: rgb(202,7,171); }
td.TdClassName
{
border-color: #CA07AB;
}
.TagClassName
{
border-color: #CA07AB;
}
</style>