Shades of Deep Magenta #CA09A9
Tints of Deep Magenta #CA09A9
RGB
CMYK
RGB Variations
Color information
#CA09A9 (or 0xCA09A9) is known color: Deep Magenta. HEX triplet: CA, 09 and A9. RGB value is (202,9,169). Sum of RGB (Red+Green+Blue) = 202+9+169=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA09A9 is #35F656. Grayscale: #545454. Windows color (decimal): -3536471 or 11078090. OLE color: 11078090.
HSL color Cylindrical-coordinate representation of color #CA09A9: hue angle of 310.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09A9 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 169 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.21 |
| HSL | 310.26º | 0.91% | 0.41% | - |
| HSV(B) | 310.26º | 0.96% | 0.79% | - |
| XYZ | 31.62 | 15.62 | 38.88 | - |
| YUV | 84.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 169 | 0 | 0.96 | 0.16 | 0.21 | 310.26 | 0.91 | 0.41 |
| Hex | CA | 9 | A9 | 0 | 60 | 10 | 15 | 136 | 5B | 29 |
| Octal | 312 | 11 | 251 | 0 | 140 | 20 | 25 | 466 | 133 | 51 |
| Binary | 11001010 | 1001 | 10101001 | 0 | 1100000 | 10000 | 10101 | 100110110 | 1011011 | 101001 |
Color Harmonies of #CA09A9
Complementary color
Monochromatic Colors of #CA09A9
Black with #CA09A9
Text Example
Text Example
White with #CA09A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09A9; }
p { color: rgb(202,9,169); }
H1.HeaderClassName
{
color: #CA09A9;
}
.AnyTagClassName
{
color: #CA09A9;
}
</style>
background-color css
<style>
a { background-color: #CA09A9; }
a { background-color: rgb(202,9,169); }
div.DivClassName
{
background-color: #CA09A9;
}
.BgClassName
{
background-color: #CA09A9;
}
</style>
border-color css
<style>
span { border-color: #CA09A9; }
span { border-color: rgb(202,9,169); }
td.TdClassName
{
border-color: #CA09A9;
}
.TagClassName
{
border-color: #CA09A9;
}
</style>