Shades of Deep Magenta #CA01AB
Tints of Deep Magenta #CA01AB
RGB
CMYK
RGB Variations
Color information
#CA01AB (or 0xCA01AB) is known color: Deep Magenta. HEX triplet: CA, 01 and AB. RGB value is (202,1,171). Sum of RGB (Red+Green+Blue) = 202+1+171=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA01AB is #35FE54. Grayscale: #505050. Windows color (decimal): -3538517 or 11207114. OLE color: 11207114.
HSL color Cylindrical-coordinate representation of color #CA01AB: hue angle of 309.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01AB is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.21 |
| HSL | 309.25º | 0.99% | 0.4% | - |
| HSV(B) | 309.25º | 1% | 0.79% | - |
| XYZ | 31.72 | 15.52 | 39.85 | - |
| YUV | 80.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 171 | 0 | 1.00 | 0.15 | 0.21 | 309.25 | 0.99 | 0.4 |
| Hex | CA | 1 | AB | 0 | 64 | F | 15 | 135 | 63 | 28 |
| Octal | 312 | 1 | 253 | 0 | 144 | 17 | 25 | 465 | 143 | 50 |
| Binary | 11001010 | 1 | 10101011 | 0 | 1100100 | 1111 | 10101 | 100110101 | 1100011 | 101000 |
Color Harmonies of #CA01AB
Complementary color
Monochromatic Colors of #CA01AB
Black with #CA01AB
Text Example
Text Example
White with #CA01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01AB; }
p { color: rgb(202,1,171); }
H1.HeaderClassName
{
color: #CA01AB;
}
.AnyTagClassName
{
color: #CA01AB;
}
</style>
background-color css
<style>
a { background-color: #CA01AB; }
a { background-color: rgb(202,1,171); }
div.DivClassName
{
background-color: #CA01AB;
}
.BgClassName
{
background-color: #CA01AB;
}
</style>
border-color css
<style>
span { border-color: #CA01AB; }
span { border-color: rgb(202,1,171); }
td.TdClassName
{
border-color: #CA01AB;
}
.TagClassName
{
border-color: #CA01AB;
}
</style>