Shades of Deep Magenta #CA0AD9
Tints of Deep Magenta #CA0AD9
RGB
CMYK
RGB Variations
Color information
#CA0AD9 (or 0xCA0AD9) is known color: Deep Magenta. HEX triplet: CA, 0A and D9. RGB value is (202,10,217). Sum of RGB (Red+Green+Blue) = 202+10+217=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA0AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AD9 is #35F526. Grayscale: #5A5A5A. Windows color (decimal): -3536167 or 14224074. OLE color: 14224074.
HSL color Cylindrical-coordinate representation of color #CA0AD9: hue angle of 295.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AD9 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 10 | 217 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.15 |
| HSL | 295.65º | 0.91% | 0.45% | - |
| HSV(B) | 295.65º | 0.95% | 0.85% | - |
| XYZ | 36.99 | 17.78 | 67.13 | - |
| YUV | 91.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 217 | 0.07 | 0.95 | 0 | 0.15 | 295.65 | 0.91 | 0.45 |
| Hex | CA | A | D9 | 7 | 5F | 0 | F | 128 | 5B | 2D |
| Octal | 312 | 12 | 331 | 7 | 137 | 0 | 17 | 450 | 133 | 55 |
| Binary | 11001010 | 1010 | 11011001 | 111 | 1011111 | 0 | 1111 | 100101000 | 1011011 | 101101 |
Color Harmonies of #CA0AD9
Complementary color
Monochromatic Colors of #CA0AD9
Black with #CA0AD9
Text Example
Text Example
White with #CA0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AD9; }
p { color: rgb(202,10,217); }
H1.HeaderClassName
{
color: #CA0AD9;
}
.AnyTagClassName
{
color: #CA0AD9;
}
</style>
background-color css
<style>
a { background-color: #CA0AD9; }
a { background-color: rgb(202,10,217); }
div.DivClassName
{
background-color: #CA0AD9;
}
.BgClassName
{
background-color: #CA0AD9;
}
</style>
border-color css
<style>
span { border-color: #CA0AD9; }
span { border-color: rgb(202,10,217); }
td.TdClassName
{
border-color: #CA0AD9;
}
.TagClassName
{
border-color: #CA0AD9;
}
</style>