Shades of Deep Magenta #C50DC9
Tints of Deep Magenta #C50DC9
RGB
CMYK
RGB Variations
Color information
#C50DC9 (or 0xC50DC9) is known color: Deep Magenta. HEX triplet: C5, 0D and C9. RGB value is (197,13,201). Sum of RGB (Red+Green+Blue) = 197+13+201=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #C50DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DC9 is #3AF236. Grayscale: #585858. Windows color (decimal): -3863095 or 13176261. OLE color: 13176261.
HSL color Cylindrical-coordinate representation of color #C50DC9: hue angle of 298.72º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DC9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 13 | 201 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.21 |
| HSL | 298.72º | 0.88% | 0.42% | - |
| HSV(B) | 298.72º | 0.94% | 0.79% | - |
| XYZ | 33.71 | 16.38 | 56.64 | - |
| YUV | 89.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 201 | 0.02 | 0.94 | 0 | 0.21 | 298.72 | 0.88 | 0.42 |
| Hex | C5 | D | C9 | 2 | 5E | 0 | 15 | 12B | 58 | 2A |
| Octal | 305 | 15 | 311 | 2 | 136 | 0 | 25 | 453 | 130 | 52 |
| Binary | 11000101 | 1101 | 11001001 | 10 | 1011110 | 0 | 10101 | 100101011 | 1011000 | 101010 |
Color Harmonies of #C50DC9
Complementary color
Monochromatic Colors of #C50DC9
Black with #C50DC9
Text Example
Text Example
White with #C50DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DC9; }
p { color: rgb(197,13,201); }
H1.HeaderClassName
{
color: #C50DC9;
}
.AnyTagClassName
{
color: #C50DC9;
}
</style>
background-color css
<style>
a { background-color: #C50DC9; }
a { background-color: rgb(197,13,201); }
div.DivClassName
{
background-color: #C50DC9;
}
.BgClassName
{
background-color: #C50DC9;
}
</style>
border-color css
<style>
span { border-color: #C50DC9; }
span { border-color: rgb(197,13,201); }
td.TdClassName
{
border-color: #C50DC9;
}
.TagClassName
{
border-color: #C50DC9;
}
</style>