Shades of Deep Magenta #C50DA9
Tints of Deep Magenta #C50DA9
RGB
CMYK
RGB Variations
Color information
#C50DA9 (or 0xC50DA9) is known color: Deep Magenta. HEX triplet: C5, 0D and A9. RGB value is (197,13,169). Sum of RGB (Red+Green+Blue) = 197+13+169=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50DA9 is #3AF256. Grayscale: #555555. Windows color (decimal): -3863127 or 11079109. OLE color: 11079109.
HSL color Cylindrical-coordinate representation of color #C50DA9: hue angle of 309.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DA9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 169 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.23 |
| HSL | 309.13º | 0.88% | 0.41% | - |
| HSV(B) | 309.13º | 0.93% | 0.77% | - |
| XYZ | 30.33 | 15.02 | 38.84 | - |
| YUV | 85.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 169 | 0 | 0.93 | 0.14 | 0.23 | 309.13 | 0.88 | 0.41 |
| Hex | C5 | D | A9 | 0 | 5D | E | 17 | 135 | 58 | 29 |
| Octal | 305 | 15 | 251 | 0 | 135 | 16 | 27 | 465 | 130 | 51 |
| Binary | 11000101 | 1101 | 10101001 | 0 | 1011101 | 1110 | 10111 | 100110101 | 1011000 | 101001 |
Color Harmonies of #C50DA9
Complementary color
Monochromatic Colors of #C50DA9
Black with #C50DA9
Text Example
Text Example
White with #C50DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DA9; }
p { color: rgb(197,13,169); }
H1.HeaderClassName
{
color: #C50DA9;
}
.AnyTagClassName
{
color: #C50DA9;
}
</style>
background-color css
<style>
a { background-color: #C50DA9; }
a { background-color: rgb(197,13,169); }
div.DivClassName
{
background-color: #C50DA9;
}
.BgClassName
{
background-color: #C50DA9;
}
</style>
border-color css
<style>
span { border-color: #C50DA9; }
span { border-color: rgb(197,13,169); }
td.TdClassName
{
border-color: #C50DA9;
}
.TagClassName
{
border-color: #C50DA9;
}
</style>