Shades of Deep Magenta #C50EBE
Tints of Deep Magenta #C50EBE
RGB
CMYK
RGB Variations
Color information
#C50EBE (or 0xC50EBE) is known color: Deep Magenta. HEX triplet: C5, 0E and BE. RGB value is (197,14,190). Sum of RGB (Red+Green+Blue) = 197+14+190=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EBE is #3AF141. Grayscale: #585858. Windows color (decimal): -3862850 or 12455621. OLE color: 12455621.
HSL color Cylindrical-coordinate representation of color #C50EBE: hue angle of 302.3º 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 #C50EBE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.23 |
| HSL | 302.3º | 0.87% | 0.41% | - |
| HSV(B) | 302.3º | 0.93% | 0.77% | - |
| XYZ | 32.48 | 15.9 | 50.07 | - |
| YUV | 88.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 190 | 0 | 0.93 | 0.04 | 0.23 | 302.3 | 0.87 | 0.41 |
| Hex | C5 | E | BE | 0 | 5D | 4 | 17 | 12E | 57 | 29 |
| Octal | 305 | 16 | 276 | 0 | 135 | 4 | 27 | 456 | 127 | 51 |
| Binary | 11000101 | 1110 | 10111110 | 0 | 1011101 | 100 | 10111 | 100101110 | 1010111 | 101001 |
Color Harmonies of #C50EBE
Complementary color
Monochromatic Colors of #C50EBE
Black with #C50EBE
Text Example
Text Example
White with #C50EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EBE; }
p { color: rgb(197,14,190); }
H1.HeaderClassName
{
color: #C50EBE;
}
.AnyTagClassName
{
color: #C50EBE;
}
</style>
background-color css
<style>
a { background-color: #C50EBE; }
a { background-color: rgb(197,14,190); }
div.DivClassName
{
background-color: #C50EBE;
}
.BgClassName
{
background-color: #C50EBE;
}
</style>
border-color css
<style>
span { border-color: #C50EBE; }
span { border-color: rgb(197,14,190); }
td.TdClassName
{
border-color: #C50EBE;
}
.TagClassName
{
border-color: #C50EBE;
}
</style>