Shades of Medium Violet Red #C50780
Tints of Medium Violet Red #C50780
RGB
CMYK
RGB Variations
Color information
#C50780 (or 0xC50780) is known color: Medium Violet Red. HEX triplet: C5, 07 and 80. RGB value is (197,7,128). Sum of RGB (Red+Green+Blue) = 197+7+128=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50780 is #3AF87F. Grayscale: #4D4D4D. Windows color (decimal): -3864704 or 8390597. OLE color: 8390597.
HSL color Cylindrical-coordinate representation of color #C50780: hue angle of 321.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50780 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 128 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.23 |
| HSL | 321.79º | 0.93% | 0.4% | - |
| HSV(B) | 321.79º | 0.96% | 0.77% | - |
| XYZ | 27 | 13.58 | 21.62 | - |
| YUV | 77.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 128 | 0 | 0.96 | 0.35 | 0.23 | 321.79 | 0.93 | 0.4 |
| Hex | C5 | 7 | 80 | 0 | 60 | 23 | 17 | 142 | 5D | 28 |
| Octal | 305 | 7 | 200 | 0 | 140 | 43 | 27 | 502 | 135 | 50 |
| Binary | 11000101 | 111 | 10000000 | 0 | 1100000 | 100011 | 10111 | 101000010 | 1011101 | 101000 |
Color Harmonies of #C50780
Complementary color
Monochromatic Colors of #C50780
Black with #C50780
Text Example
Text Example
White with #C50780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50780; }
p { color: rgb(197,7,128); }
H1.HeaderClassName
{
color: #C50780;
}
.AnyTagClassName
{
color: #C50780;
}
</style>
background-color css
<style>
a { background-color: #C50780; }
a { background-color: rgb(197,7,128); }
div.DivClassName
{
background-color: #C50780;
}
.BgClassName
{
background-color: #C50780;
}
</style>
border-color css
<style>
span { border-color: #C50780; }
span { border-color: rgb(197,7,128); }
td.TdClassName
{
border-color: #C50780;
}
.TagClassName
{
border-color: #C50780;
}
</style>