Shades of Deep Magenta #C50EC0
Tints of Deep Magenta #C50EC0
RGB
CMYK
RGB Variations
Color information
#C50EC0 (or 0xC50EC0) is known color: Deep Magenta. HEX triplet: C5, 0E and C0. RGB value is (197,14,192). Sum of RGB (Red+Green+Blue) = 197+14+192=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EC0 is #3AF13F. Grayscale: #585858. Windows color (decimal): -3862848 or 12586693. OLE color: 12586693.
HSL color Cylindrical-coordinate representation of color #C50EC0: hue angle of 301.64º degrees, saturation: 0.87, 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 #C50EC0 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 192 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.23 |
| HSL | 301.64º | 0.87% | 0.41% | - |
| HSV(B) | 301.64º | 0.93% | 0.77% | - |
| XYZ | 32.7 | 15.99 | 51.23 | - |
| YUV | 89.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 192 | 0 | 0.93 | 0.03 | 0.23 | 301.64 | 0.87 | 0.41 |
| Hex | C5 | E | C0 | 0 | 5D | 3 | 17 | 12E | 57 | 29 |
| Octal | 305 | 16 | 300 | 0 | 135 | 3 | 27 | 456 | 127 | 51 |
| Binary | 11000101 | 1110 | 11000000 | 0 | 1011101 | 11 | 10111 | 100101110 | 1010111 | 101001 |
Color Harmonies of #C50EC0
Complementary color
Monochromatic Colors of #C50EC0
Black with #C50EC0
Text Example
Text Example
White with #C50EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EC0; }
p { color: rgb(197,14,192); }
H1.HeaderClassName
{
color: #C50EC0;
}
.AnyTagClassName
{
color: #C50EC0;
}
</style>
background-color css
<style>
a { background-color: #C50EC0; }
a { background-color: rgb(197,14,192); }
div.DivClassName
{
background-color: #C50EC0;
}
.BgClassName
{
background-color: #C50EC0;
}
</style>
border-color css
<style>
span { border-color: #C50EC0; }
span { border-color: rgb(197,14,192); }
td.TdClassName
{
border-color: #C50EC0;
}
.TagClassName
{
border-color: #C50EC0;
}
</style>