Shades of Deep Magenta #C50DC0
Tints of Deep Magenta #C50DC0
RGB
CMYK
RGB Variations
Color information
#C50DC0 (or 0xC50DC0) is known color: Deep Magenta. HEX triplet: C5, 0D and C0. RGB value is (197,13,192). Sum of RGB (Red+Green+Blue) = 197+13+192=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DC0 is #3AF23F. Grayscale: #575757. Windows color (decimal): -3863104 or 12586437. OLE color: 12586437.
HSL color Cylindrical-coordinate representation of color #C50DC0: hue angle of 301.63º 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 #C50DC0 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 192 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.23 |
| HSL | 301.63º | 0.88% | 0.41% | - |
| HSV(B) | 301.63º | 0.93% | 0.77% | - |
| XYZ | 32.68 | 15.96 | 51.23 | - |
| YUV | 88.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 192 | 0 | 0.93 | 0.03 | 0.23 | 301.63 | 0.88 | 0.41 |
| Hex | C5 | D | C0 | 0 | 5D | 3 | 17 | 12E | 58 | 29 |
| Octal | 305 | 15 | 300 | 0 | 135 | 3 | 27 | 456 | 130 | 51 |
| Binary | 11000101 | 1101 | 11000000 | 0 | 1011101 | 11 | 10111 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C50DC0
Complementary color
Monochromatic Colors of #C50DC0
Black with #C50DC0
Text Example
Text Example
White with #C50DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DC0; }
p { color: rgb(197,13,192); }
H1.HeaderClassName
{
color: #C50DC0;
}
.AnyTagClassName
{
color: #C50DC0;
}
</style>
background-color css
<style>
a { background-color: #C50DC0; }
a { background-color: rgb(197,13,192); }
div.DivClassName
{
background-color: #C50DC0;
}
.BgClassName
{
background-color: #C50DC0;
}
</style>
border-color css
<style>
span { border-color: #C50DC0; }
span { border-color: rgb(197,13,192); }
td.TdClassName
{
border-color: #C50DC0;
}
.TagClassName
{
border-color: #C50DC0;
}
</style>