Shades of Medium Violet Red #C50E80
Tints of Medium Violet Red #C50E80
RGB
CMYK
RGB Variations
Color information
#C50E80 (or 0xC50E80) is known color: Medium Violet Red. HEX triplet: C5, 0E and 80. RGB value is (197,14,128). Sum of RGB (Red+Green+Blue) = 197+14+128=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50E80 is #3AF17F. Grayscale: #515151. Windows color (decimal): -3862912 or 8392389. OLE color: 8392389.
HSL color Cylindrical-coordinate representation of color #C50E80: hue angle of 322.62º 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 #C50E80 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 128 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.23 |
| HSL | 322.62º | 0.87% | 0.41% | - |
| HSV(B) | 322.62º | 0.93% | 0.77% | - |
| XYZ | 27.08 | 13.74 | 21.65 | - |
| YUV | 81.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 128 | 0 | 0.93 | 0.35 | 0.23 | 322.62 | 0.87 | 0.41 |
| Hex | C5 | E | 80 | 0 | 5D | 23 | 17 | 143 | 57 | 29 |
| Octal | 305 | 16 | 200 | 0 | 135 | 43 | 27 | 503 | 127 | 51 |
| Binary | 11000101 | 1110 | 10000000 | 0 | 1011101 | 100011 | 10111 | 101000011 | 1010111 | 101001 |
Color Harmonies of #C50E80
Complementary color
Monochromatic Colors of #C50E80
Black with #C50E80
Text Example
Text Example
White with #C50E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E80; }
p { color: rgb(197,14,128); }
H1.HeaderClassName
{
color: #C50E80;
}
.AnyTagClassName
{
color: #C50E80;
}
</style>
background-color css
<style>
a { background-color: #C50E80; }
a { background-color: rgb(197,14,128); }
div.DivClassName
{
background-color: #C50E80;
}
.BgClassName
{
background-color: #C50E80;
}
</style>
border-color css
<style>
span { border-color: #C50E80; }
span { border-color: rgb(197,14,128); }
td.TdClassName
{
border-color: #C50E80;
}
.TagClassName
{
border-color: #C50E80;
}
</style>