Shades of Medium Violet Red #C50E7F
Tints of Medium Violet Red #C50E7F
RGB
CMYK
RGB Variations
Color information
#C50E7F (or 0xC50E7F) is known color: Medium Violet Red. HEX triplet: C5, 0E and 7F. RGB value is (197,14,127). Sum of RGB (Red+Green+Blue) = 197+14+127=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E7F is #3AF180. Grayscale: #515151. Windows color (decimal): -3862913 or 8326853. OLE color: 8326853.
HSL color Cylindrical-coordinate representation of color #C50E7F: hue angle of 322.95º 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 #C50E7F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.23 |
| HSL | 322.95º | 0.87% | 0.41% | - |
| HSV(B) | 322.95º | 0.93% | 0.77% | - |
| XYZ | 27.01 | 13.72 | 21.3 | - |
| YUV | 81.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 127 | 0 | 0.93 | 0.36 | 0.23 | 322.95 | 0.87 | 0.41 |
| Hex | C5 | E | 7F | 0 | 5D | 24 | 17 | 143 | 57 | 29 |
| Octal | 305 | 16 | 177 | 0 | 135 | 44 | 27 | 503 | 127 | 51 |
| Binary | 11000101 | 1110 | 1111111 | 0 | 1011101 | 100100 | 10111 | 101000011 | 1010111 | 101001 |
Color Harmonies of #C50E7F
Complementary color
Monochromatic Colors of #C50E7F
Black with #C50E7F
Text Example
Text Example
White with #C50E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E7F; }
p { color: rgb(197,14,127); }
H1.HeaderClassName
{
color: #C50E7F;
}
.AnyTagClassName
{
color: #C50E7F;
}
</style>
background-color css
<style>
a { background-color: #C50E7F; }
a { background-color: rgb(197,14,127); }
div.DivClassName
{
background-color: #C50E7F;
}
.BgClassName
{
background-color: #C50E7F;
}
</style>
border-color css
<style>
span { border-color: #C50E7F; }
span { border-color: rgb(197,14,127); }
td.TdClassName
{
border-color: #C50E7F;
}
.TagClassName
{
border-color: #C50E7F;
}
</style>