Shades of Deep Magenta #CA00AB
Tints of Deep Magenta #CA00AB
RGB
CMYK
RGB Variations
Color information
#CA00AB (or 0xCA00AB) is known color: Deep Magenta. HEX triplet: CA, 00 and AB. RGB value is (202,0,171). Sum of RGB (Red+Green+Blue) = 202+0+171=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00AB is #35FF54. Grayscale: #4F4F4F. Windows color (decimal): -3538773 or 11206858. OLE color: 11206858.
HSL color Cylindrical-coordinate representation of color #CA00AB: hue angle of 309.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00AB is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.15 | 0.21 |
| HSL | 309.21º | 1% | 0.4% | - |
| HSV(B) | 309.21º | 1% | 0.79% | - |
| XYZ | 31.71 | 15.5 | 39.85 | - |
| YUV | 79.89 | 179.42 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 171 | 0 | 1 | 0.15 | 0.21 | 309.21 | 1 | 0.4 |
| Hex | CA | 0 | AB | 0 | 64 | F | 15 | 135 | 64 | 28 |
| Octal | 312 | 0 | 253 | 0 | 144 | 17 | 25 | 465 | 144 | 50 |
| Binary | 11001010 | 0 | 10101011 | 0 | 1100100 | 1111 | 10101 | 100110101 | 1100100 | 101000 |
Color Harmonies of #CA00AB
Complementary color
Monochromatic Colors of #CA00AB
Black with #CA00AB
Text Example
Text Example
White with #CA00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00AB; }
p { color: rgb(202,0,171); }
H1.HeaderClassName
{
color: #CA00AB;
}
.AnyTagClassName
{
color: #CA00AB;
}
</style>
background-color css
<style>
a { background-color: #CA00AB; }
a { background-color: rgb(202,0,171); }
div.DivClassName
{
background-color: #CA00AB;
}
.BgClassName
{
background-color: #CA00AB;
}
</style>
border-color css
<style>
span { border-color: #CA00AB; }
span { border-color: rgb(202,0,171); }
td.TdClassName
{
border-color: #CA00AB;
}
.TagClassName
{
border-color: #CA00AB;
}
</style>