Shades of Deep Magenta #CA0DAB
Tints of Deep Magenta #CA0DAB
RGB
CMYK
RGB Variations
Color information
#CA0DAB (or 0xCA0DAB) is known color: Deep Magenta. HEX triplet: CA, 0D and AB. RGB value is (202,13,171). Sum of RGB (Red+Green+Blue) = 202+13+171=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0DAB is #35F254. Grayscale: #575757. Windows color (decimal): -3535445 or 11210186. OLE color: 11210186.
HSL color Cylindrical-coordinate representation of color #CA0DAB: hue angle of 309.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DAB is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.21 |
| HSL | 309.84º | 0.88% | 0.42% | - |
| HSV(B) | 309.84º | 0.94% | 0.79% | - |
| XYZ | 31.85 | 15.78 | 39.9 | - |
| YUV | 87.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 171 | 0 | 0.94 | 0.15 | 0.21 | 309.84 | 0.88 | 0.42 |
| Hex | CA | D | AB | 0 | 5E | F | 15 | 136 | 58 | 2A |
| Octal | 312 | 15 | 253 | 0 | 136 | 17 | 25 | 466 | 130 | 52 |
| Binary | 11001010 | 1101 | 10101011 | 0 | 1011110 | 1111 | 10101 | 100110110 | 1011000 | 101010 |
Color Harmonies of #CA0DAB
Complementary color
Monochromatic Colors of #CA0DAB
Black with #CA0DAB
Text Example
Text Example
White with #CA0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DAB; }
p { color: rgb(202,13,171); }
H1.HeaderClassName
{
color: #CA0DAB;
}
.AnyTagClassName
{
color: #CA0DAB;
}
</style>
background-color css
<style>
a { background-color: #CA0DAB; }
a { background-color: rgb(202,13,171); }
div.DivClassName
{
background-color: #CA0DAB;
}
.BgClassName
{
background-color: #CA0DAB;
}
</style>
border-color css
<style>
span { border-color: #CA0DAB; }
span { border-color: rgb(202,13,171); }
td.TdClassName
{
border-color: #CA0DAB;
}
.TagClassName
{
border-color: #CA0DAB;
}
</style>