Shades of Deep Magenta #CA0ABB
Tints of Deep Magenta #CA0ABB
RGB
CMYK
RGB Variations
Color information
#CA0ABB (or 0xCA0ABB) is known color: Deep Magenta. HEX triplet: CA, 0A and BB. RGB value is (202,10,187). Sum of RGB (Red+Green+Blue) = 202+10+187=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ABB is #35F544. Grayscale: #575757. Windows color (decimal): -3536197 or 12257994. OLE color: 12257994.
HSL color Cylindrical-coordinate representation of color #CA0ABB: hue angle of 304.69º degrees, saturation: 0.91, 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 #CA0ABB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.21 |
| HSL | 304.69º | 0.91% | 0.42% | - |
| HSV(B) | 304.69º | 0.95% | 0.79% | - |
| XYZ | 33.44 | 16.36 | 48.41 | - |
| YUV | 87.59 | 184.11 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 187 | 0 | 0.95 | 0.07 | 0.21 | 304.69 | 0.91 | 0.42 |
| Hex | CA | A | BB | 0 | 5F | 7 | 15 | 131 | 5B | 2A |
| Octal | 312 | 12 | 273 | 0 | 137 | 7 | 25 | 461 | 133 | 52 |
| Binary | 11001010 | 1010 | 10111011 | 0 | 1011111 | 111 | 10101 | 100110001 | 1011011 | 101010 |
Color Harmonies of #CA0ABB
Complementary color
Monochromatic Colors of #CA0ABB
Black with #CA0ABB
Text Example
Text Example
White with #CA0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ABB; }
p { color: rgb(202,10,187); }
H1.HeaderClassName
{
color: #CA0ABB;
}
.AnyTagClassName
{
color: #CA0ABB;
}
</style>
background-color css
<style>
a { background-color: #CA0ABB; }
a { background-color: rgb(202,10,187); }
div.DivClassName
{
background-color: #CA0ABB;
}
.BgClassName
{
background-color: #CA0ABB;
}
</style>
border-color css
<style>
span { border-color: #CA0ABB; }
span { border-color: rgb(202,10,187); }
td.TdClassName
{
border-color: #CA0ABB;
}
.TagClassName
{
border-color: #CA0ABB;
}
</style>