Shades of Deep Magenta #C50FA9
Tints of Deep Magenta #C50FA9
RGB
CMYK
RGB Variations
Color information
#C50FA9 (or 0xC50FA9) is known color: Deep Magenta. HEX triplet: C5, 0F and A9. RGB value is (197,15,169). Sum of RGB (Red+Green+Blue) = 197+15+169=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FA9 is #3AF056. Grayscale: #565656. Windows color (decimal): -3862615 or 11079621. OLE color: 11079621.
HSL color Cylindrical-coordinate representation of color #C50FA9: hue angle of 309.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50FA9 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 169 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.23 |
| HSL | 309.23º | 0.86% | 0.42% | - |
| HSV(B) | 309.23º | 0.92% | 0.77% | - |
| XYZ | 30.36 | 15.08 | 38.85 | - |
| YUV | 86.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 169 | 0 | 0.92 | 0.14 | 0.23 | 309.23 | 0.86 | 0.42 |
| Hex | C5 | F | A9 | 0 | 5C | E | 17 | 135 | 56 | 2A |
| Octal | 305 | 17 | 251 | 0 | 134 | 16 | 27 | 465 | 126 | 52 |
| Binary | 11000101 | 1111 | 10101001 | 0 | 1011100 | 1110 | 10111 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C50FA9
Complementary color
Monochromatic Colors of #C50FA9
Black with #C50FA9
Text Example
Text Example
White with #C50FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FA9; }
p { color: rgb(197,15,169); }
H1.HeaderClassName
{
color: #C50FA9;
}
.AnyTagClassName
{
color: #C50FA9;
}
</style>
background-color css
<style>
a { background-color: #C50FA9; }
a { background-color: rgb(197,15,169); }
div.DivClassName
{
background-color: #C50FA9;
}
.BgClassName
{
background-color: #C50FA9;
}
</style>
border-color css
<style>
span { border-color: #C50FA9; }
span { border-color: rgb(197,15,169); }
td.TdClassName
{
border-color: #C50FA9;
}
.TagClassName
{
border-color: #C50FA9;
}
</style>