Shades of Deep Magenta #CA09A8
Tints of Deep Magenta #CA09A8
RGB
CMYK
RGB Variations
Color information
#CA09A8 (or 0xCA09A8) is known color: Deep Magenta. HEX triplet: CA, 09 and A8. RGB value is (202,9,168). Sum of RGB (Red+Green+Blue) = 202+9+168=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA09A8 is #35F657. Grayscale: #545454. Windows color (decimal): -3536472 or 11012554. OLE color: 11012554.
HSL color Cylindrical-coordinate representation of color #CA09A8: hue angle of 310.57º 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 #CA09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.21 |
| HSL | 310.57º | 0.91% | 0.41% | - |
| HSV(B) | 310.57º | 0.96% | 0.79% | - |
| XYZ | 31.52 | 15.58 | 38.39 | - |
| YUV | 84.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 168 | 0 | 0.96 | 0.17 | 0.21 | 310.57 | 0.91 | 0.41 |
| Hex | CA | 9 | A8 | 0 | 60 | 11 | 15 | 137 | 5B | 29 |
| Octal | 312 | 11 | 250 | 0 | 140 | 21 | 25 | 467 | 133 | 51 |
| Binary | 11001010 | 1001 | 10101000 | 0 | 1100000 | 10001 | 10101 | 100110111 | 1011011 | 101001 |
Color Harmonies of #CA09A8
Complementary color
Monochromatic Colors of #CA09A8
Black with #CA09A8
Text Example
Text Example
White with #CA09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09A8; }
p { color: rgb(202,9,168); }
H1.HeaderClassName
{
color: #CA09A8;
}
.AnyTagClassName
{
color: #CA09A8;
}
</style>
background-color css
<style>
a { background-color: #CA09A8; }
a { background-color: rgb(202,9,168); }
div.DivClassName
{
background-color: #CA09A8;
}
.BgClassName
{
background-color: #CA09A8;
}
</style>
border-color css
<style>
span { border-color: #CA09A8; }
span { border-color: rgb(202,9,168); }
td.TdClassName
{
border-color: #CA09A8;
}
.TagClassName
{
border-color: #CA09A8;
}
</style>