Shades of Medium Violet Red #C50E83
Tints of Medium Violet Red #C50E83
RGB
CMYK
RGB Variations
Color information
#C50E83 (or 0xC50E83) is known color: Medium Violet Red. HEX triplet: C5, 0E and 83. RGB value is (197,14,131). Sum of RGB (Red+Green+Blue) = 197+14+131=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50E83 is #3AF17C. Grayscale: #515151. Windows color (decimal): -3862909 or 8588997. OLE color: 8588997.
HSL color Cylindrical-coordinate representation of color #C50E83: hue angle of 321.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 #C50E83 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 131 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.23 |
| HSL | 321.64º | 0.87% | 0.41% | - |
| HSV(B) | 321.64º | 0.93% | 0.77% | - |
| XYZ | 27.28 | 13.82 | 22.7 | - |
| YUV | 82.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 131 | 0 | 0.93 | 0.34 | 0.23 | 321.64 | 0.87 | 0.41 |
| Hex | C5 | E | 83 | 0 | 5D | 22 | 17 | 142 | 57 | 29 |
| Octal | 305 | 16 | 203 | 0 | 135 | 42 | 27 | 502 | 127 | 51 |
| Binary | 11000101 | 1110 | 10000011 | 0 | 1011101 | 100010 | 10111 | 101000010 | 1010111 | 101001 |
Color Harmonies of #C50E83
Complementary color
Monochromatic Colors of #C50E83
Black with #C50E83
Text Example
Text Example
White with #C50E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E83; }
p { color: rgb(197,14,131); }
H1.HeaderClassName
{
color: #C50E83;
}
.AnyTagClassName
{
color: #C50E83;
}
</style>
background-color css
<style>
a { background-color: #C50E83; }
a { background-color: rgb(197,14,131); }
div.DivClassName
{
background-color: #C50E83;
}
.BgClassName
{
background-color: #C50E83;
}
</style>
border-color css
<style>
span { border-color: #C50E83; }
span { border-color: rgb(197,14,131); }
td.TdClassName
{
border-color: #C50E83;
}
.TagClassName
{
border-color: #C50E83;
}
</style>