Shades of Deep Magenta #CA05A9
Tints of Deep Magenta #CA05A9
RGB
CMYK
RGB Variations
Color information
#CA05A9 (or 0xCA05A9) is known color: Deep Magenta. HEX triplet: CA, 05 and A9. RGB value is (202,5,169). Sum of RGB (Red+Green+Blue) = 202+5+169=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA05A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA05A9 is #35FA56. Grayscale: #525252. Windows color (decimal): -3537495 or 11077066. OLE color: 11077066.
HSL color Cylindrical-coordinate representation of color #CA05A9: hue angle of 310.05º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05A9 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 169 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.21 |
| HSL | 310.05º | 0.95% | 0.41% | - |
| HSV(B) | 310.05º | 0.98% | 0.79% | - |
| XYZ | 31.57 | 15.53 | 38.87 | - |
| YUV | 82.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 169 | 0 | 0.98 | 0.16 | 0.21 | 310.05 | 0.95 | 0.41 |
| Hex | CA | 5 | A9 | 0 | 62 | 10 | 15 | 136 | 5F | 29 |
| Octal | 312 | 5 | 251 | 0 | 142 | 20 | 25 | 466 | 137 | 51 |
| Binary | 11001010 | 101 | 10101001 | 0 | 1100010 | 10000 | 10101 | 100110110 | 1011111 | 101001 |
Color Harmonies of #CA05A9
Complementary color
Monochromatic Colors of #CA05A9
Black with #CA05A9
Text Example
Text Example
White with #CA05A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05A9; }
p { color: rgb(202,5,169); }
H1.HeaderClassName
{
color: #CA05A9;
}
.AnyTagClassName
{
color: #CA05A9;
}
</style>
background-color css
<style>
a { background-color: #CA05A9; }
a { background-color: rgb(202,5,169); }
div.DivClassName
{
background-color: #CA05A9;
}
.BgClassName
{
background-color: #CA05A9;
}
</style>
border-color css
<style>
span { border-color: #CA05A9; }
span { border-color: rgb(202,5,169); }
td.TdClassName
{
border-color: #CA05A9;
}
.TagClassName
{
border-color: #CA05A9;
}
</style>