Shades of Medium Violet Red #C50976
Tints of Medium Violet Red #C50976
RGB
CMYK
RGB Variations
Color information
#C50976 (or 0xC50976) is known color: Medium Violet Red. HEX triplet: C5, 09 and 76. RGB value is (197,9,118). Sum of RGB (Red+Green+Blue) = 197+9+118=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C50976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50976 is #3AF689. Grayscale: #4D4D4D. Windows color (decimal): -3864202 or 7735749. OLE color: 7735749.
HSL color Cylindrical-coordinate representation of color #C50976: hue angle of 325.21º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50976 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.23 |
| HSL | 325.21º | 0.91% | 0.4% | - |
| HSV(B) | 325.21º | 0.95% | 0.77% | - |
| XYZ | 26.39 | 13.37 | 18.33 | - |
| YUV | 77.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 118 | 0 | 0.95 | 0.40 | 0.23 | 325.21 | 0.91 | 0.4 |
| Hex | C5 | 9 | 76 | 0 | 5F | 28 | 17 | 145 | 5B | 28 |
| Octal | 305 | 11 | 166 | 0 | 137 | 50 | 27 | 505 | 133 | 50 |
| Binary | 11000101 | 1001 | 1110110 | 0 | 1011111 | 101000 | 10111 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C50976
Complementary color
Monochromatic Colors of #C50976
Black with #C50976
Text Example
Text Example
White with #C50976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50976; }
p { color: rgb(197,9,118); }
H1.HeaderClassName
{
color: #C50976;
}
.AnyTagClassName
{
color: #C50976;
}
</style>
background-color css
<style>
a { background-color: #C50976; }
a { background-color: rgb(197,9,118); }
div.DivClassName
{
background-color: #C50976;
}
.BgClassName
{
background-color: #C50976;
}
</style>
border-color css
<style>
span { border-color: #C50976; }
span { border-color: rgb(197,9,118); }
td.TdClassName
{
border-color: #C50976;
}
.TagClassName
{
border-color: #C50976;
}
</style>