Shades of Medium Violet Red #C50F7E
Tints of Medium Violet Red #C50F7E
RGB
CMYK
RGB Variations
Color information
#C50F7E (or 0xC50F7E) is known color: Medium Violet Red. HEX triplet: C5, 0F and 7E. RGB value is (197,15,126). Sum of RGB (Red+Green+Blue) = 197+15+126=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F7E is #3AF081. Grayscale: #515151. Windows color (decimal): -3862658 or 8261573. OLE color: 8261573.
HSL color Cylindrical-coordinate representation of color #C50F7E: hue angle of 323.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F7E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.23 |
| HSL | 323.41º | 0.86% | 0.42% | - |
| HSV(B) | 323.41º | 0.92% | 0.77% | - |
| XYZ | 26.96 | 13.72 | 20.97 | - |
| YUV | 82.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 126 | 0 | 0.92 | 0.36 | 0.23 | 323.41 | 0.86 | 0.42 |
| Hex | C5 | F | 7E | 0 | 5C | 24 | 17 | 143 | 56 | 2A |
| Octal | 305 | 17 | 176 | 0 | 134 | 44 | 27 | 503 | 126 | 52 |
| Binary | 11000101 | 1111 | 1111110 | 0 | 1011100 | 100100 | 10111 | 101000011 | 1010110 | 101010 |
Color Harmonies of #C50F7E
Complementary color
Monochromatic Colors of #C50F7E
Black with #C50F7E
Text Example
Text Example
White with #C50F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F7E; }
p { color: rgb(197,15,126); }
H1.HeaderClassName
{
color: #C50F7E;
}
.AnyTagClassName
{
color: #C50F7E;
}
</style>
background-color css
<style>
a { background-color: #C50F7E; }
a { background-color: rgb(197,15,126); }
div.DivClassName
{
background-color: #C50F7E;
}
.BgClassName
{
background-color: #C50F7E;
}
</style>
border-color css
<style>
span { border-color: #C50F7E; }
span { border-color: rgb(197,15,126); }
td.TdClassName
{
border-color: #C50F7E;
}
.TagClassName
{
border-color: #C50F7E;
}
</style>