Shades of Deep Magenta #CA0AB9
Tints of Deep Magenta #CA0AB9
RGB
CMYK
RGB Variations
Color information
#CA0AB9 (or 0xCA0AB9) is known color: Deep Magenta. HEX triplet: CA, 0A and B9. RGB value is (202,10,185). Sum of RGB (Red+Green+Blue) = 202+10+185=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AB9 is #35F546. Grayscale: #565656. Windows color (decimal): -3536199 or 12126922. OLE color: 12126922.
HSL color Cylindrical-coordinate representation of color #CA0AB9: hue angle of 305.31º 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 #CA0AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.21 |
| HSL | 305.31º | 0.91% | 0.42% | - |
| HSV(B) | 305.31º | 0.95% | 0.79% | - |
| XYZ | 33.22 | 16.28 | 47.29 | - |
| YUV | 87.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 185 | 0 | 0.95 | 0.08 | 0.21 | 305.31 | 0.91 | 0.42 |
| Hex | CA | A | B9 | 0 | 5F | 8 | 15 | 131 | 5B | 2A |
| Octal | 312 | 12 | 271 | 0 | 137 | 10 | 25 | 461 | 133 | 52 |
| Binary | 11001010 | 1010 | 10111001 | 0 | 1011111 | 1000 | 10101 | 100110001 | 1011011 | 101010 |
Color Harmonies of #CA0AB9
Complementary color
Monochromatic Colors of #CA0AB9
Black with #CA0AB9
Text Example
Text Example
White with #CA0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AB9; }
p { color: rgb(202,10,185); }
H1.HeaderClassName
{
color: #CA0AB9;
}
.AnyTagClassName
{
color: #CA0AB9;
}
</style>
background-color css
<style>
a { background-color: #CA0AB9; }
a { background-color: rgb(202,10,185); }
div.DivClassName
{
background-color: #CA0AB9;
}
.BgClassName
{
background-color: #CA0AB9;
}
</style>
border-color css
<style>
span { border-color: #CA0AB9; }
span { border-color: rgb(202,10,185); }
td.TdClassName
{
border-color: #CA0AB9;
}
.TagClassName
{
border-color: #CA0AB9;
}
</style>