Shades of Deep Magenta #CA0BAB
Tints of Deep Magenta #CA0BAB
RGB
CMYK
RGB Variations
Color information
#CA0BAB (or 0xCA0BAB) is known color: Deep Magenta. HEX triplet: CA, 0B and AB. RGB value is (202,11,171). Sum of RGB (Red+Green+Blue) = 202+11+171=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0BAB is #35F454. Grayscale: #555555. Windows color (decimal): -3535957 or 11209674. OLE color: 11209674.
HSL color Cylindrical-coordinate representation of color #CA0BAB: hue angle of 309.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BAB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.21 |
| HSL | 309.74º | 0.9% | 0.42% | - |
| HSV(B) | 309.74º | 0.95% | 0.79% | - |
| XYZ | 31.83 | 15.74 | 39.89 | - |
| YUV | 86.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 171 | 0 | 0.95 | 0.15 | 0.21 | 309.74 | 0.9 | 0.42 |
| Hex | CA | B | AB | 0 | 5F | F | 15 | 136 | 5A | 2A |
| Octal | 312 | 13 | 253 | 0 | 137 | 17 | 25 | 466 | 132 | 52 |
| Binary | 11001010 | 1011 | 10101011 | 0 | 1011111 | 1111 | 10101 | 100110110 | 1011010 | 101010 |
Color Harmonies of #CA0BAB
Complementary color
Monochromatic Colors of #CA0BAB
Black with #CA0BAB
Text Example
Text Example
White with #CA0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BAB; }
p { color: rgb(202,11,171); }
H1.HeaderClassName
{
color: #CA0BAB;
}
.AnyTagClassName
{
color: #CA0BAB;
}
</style>
background-color css
<style>
a { background-color: #CA0BAB; }
a { background-color: rgb(202,11,171); }
div.DivClassName
{
background-color: #CA0BAB;
}
.BgClassName
{
background-color: #CA0BAB;
}
</style>
border-color css
<style>
span { border-color: #CA0BAB; }
span { border-color: rgb(202,11,171); }
td.TdClassName
{
border-color: #CA0BAB;
}
.TagClassName
{
border-color: #CA0BAB;
}
</style>