Shades of Medium Violet Red #C50E75
Tints of Medium Violet Red #C50E75
RGB
CMYK
RGB Variations
Color information
#C50E75 (or 0xC50E75) is known color: Medium Violet Red. HEX triplet: C5, 0E and 75. RGB value is (197,14,117). Sum of RGB (Red+Green+Blue) = 197+14+117=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E75 is #3AF18A. Grayscale: #505050. Windows color (decimal): -3862923 or 7671493. OLE color: 7671493.
HSL color Cylindrical-coordinate representation of color #C50E75: hue angle of 326.23º 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 #C50E75 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 117 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.23 |
| HSL | 326.23º | 0.87% | 0.41% | - |
| HSV(B) | 326.23º | 0.93% | 0.77% | - |
| XYZ | 26.39 | 13.47 | 18.04 | - |
| YUV | 80.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 117 | 0 | 0.93 | 0.41 | 0.23 | 326.23 | 0.87 | 0.41 |
| Hex | C5 | E | 75 | 0 | 5D | 29 | 17 | 146 | 57 | 29 |
| Octal | 305 | 16 | 165 | 0 | 135 | 51 | 27 | 506 | 127 | 51 |
| Binary | 11000101 | 1110 | 1110101 | 0 | 1011101 | 101001 | 10111 | 101000110 | 1010111 | 101001 |
Color Harmonies of #C50E75
Complementary color
Monochromatic Colors of #C50E75
Black with #C50E75
Text Example
Text Example
White with #C50E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E75; }
p { color: rgb(197,14,117); }
H1.HeaderClassName
{
color: #C50E75;
}
.AnyTagClassName
{
color: #C50E75;
}
</style>
background-color css
<style>
a { background-color: #C50E75; }
a { background-color: rgb(197,14,117); }
div.DivClassName
{
background-color: #C50E75;
}
.BgClassName
{
background-color: #C50E75;
}
</style>
border-color css
<style>
span { border-color: #C50E75; }
span { border-color: rgb(197,14,117); }
td.TdClassName
{
border-color: #C50E75;
}
.TagClassName
{
border-color: #C50E75;
}
</style>