Shades of Deep Magenta #CA03AB
Tints of Deep Magenta #CA03AB
RGB
CMYK
RGB Variations
Color information
#CA03AB (or 0xCA03AB) is known color: Deep Magenta. HEX triplet: CA, 03 and AB. RGB value is (202,3,171). Sum of RGB (Red+Green+Blue) = 202+3+171=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03AB is #35FC54. Grayscale: #515151. Windows color (decimal): -3538005 or 11207626. OLE color: 11207626.
HSL color Cylindrical-coordinate representation of color #CA03AB: hue angle of 309.35º degrees, saturation: 0.97, 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 #CA03AB is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.21 |
| HSL | 309.35º | 0.97% | 0.4% | - |
| HSV(B) | 309.35º | 0.99% | 0.79% | - |
| XYZ | 31.74 | 15.56 | 39.86 | - |
| YUV | 81.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 171 | 0 | 0.99 | 0.15 | 0.21 | 309.35 | 0.97 | 0.4 |
| Hex | CA | 3 | AB | 0 | 63 | F | 15 | 135 | 61 | 28 |
| Octal | 312 | 3 | 253 | 0 | 143 | 17 | 25 | 465 | 141 | 50 |
| Binary | 11001010 | 11 | 10101011 | 0 | 1100011 | 1111 | 10101 | 100110101 | 1100001 | 101000 |
Color Harmonies of #CA03AB
Complementary color
Monochromatic Colors of #CA03AB
Black with #CA03AB
Text Example
Text Example
White with #CA03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03AB; }
p { color: rgb(202,3,171); }
H1.HeaderClassName
{
color: #CA03AB;
}
.AnyTagClassName
{
color: #CA03AB;
}
</style>
background-color css
<style>
a { background-color: #CA03AB; }
a { background-color: rgb(202,3,171); }
div.DivClassName
{
background-color: #CA03AB;
}
.BgClassName
{
background-color: #CA03AB;
}
</style>
border-color css
<style>
span { border-color: #CA03AB; }
span { border-color: rgb(202,3,171); }
td.TdClassName
{
border-color: #CA03AB;
}
.TagClassName
{
border-color: #CA03AB;
}
</style>