Shades of Deep Magenta #C50AA9
Tints of Deep Magenta #C50AA9
RGB
CMYK
RGB Variations
Color information
#C50AA9 (or 0xC50AA9) is known color: Deep Magenta. HEX triplet: C5, 0A and A9. RGB value is (197,10,169). Sum of RGB (Red+Green+Blue) = 197+10+169=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C50AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50AA9 is #3AF556. Grayscale: #535353. Windows color (decimal): -3863895 or 11078341. OLE color: 11078341.
HSL color Cylindrical-coordinate representation of color #C50AA9: hue angle of 308.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 169 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.23 |
| HSL | 308.98º | 0.9% | 0.41% | - |
| HSV(B) | 308.98º | 0.95% | 0.77% | - |
| XYZ | 30.3 | 14.95 | 38.83 | - |
| YUV | 84.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 169 | 0 | 0.95 | 0.14 | 0.23 | 308.98 | 0.9 | 0.41 |
| Hex | C5 | A | A9 | 0 | 5F | E | 17 | 135 | 5A | 29 |
| Octal | 305 | 12 | 251 | 0 | 137 | 16 | 27 | 465 | 132 | 51 |
| Binary | 11000101 | 1010 | 10101001 | 0 | 1011111 | 1110 | 10111 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C50AA9
Complementary color
Monochromatic Colors of #C50AA9
Black with #C50AA9
Text Example
Text Example
White with #C50AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AA9; }
p { color: rgb(197,10,169); }
H1.HeaderClassName
{
color: #C50AA9;
}
.AnyTagClassName
{
color: #C50AA9;
}
</style>
background-color css
<style>
a { background-color: #C50AA9; }
a { background-color: rgb(197,10,169); }
div.DivClassName
{
background-color: #C50AA9;
}
.BgClassName
{
background-color: #C50AA9;
}
</style>
border-color css
<style>
span { border-color: #C50AA9; }
span { border-color: rgb(197,10,169); }
td.TdClassName
{
border-color: #C50AA9;
}
.TagClassName
{
border-color: #C50AA9;
}
</style>