Shades of Medium Violet Red #C50781
Tints of Medium Violet Red #C50781
RGB
CMYK
RGB Variations
Color information
#C50781 (or 0xC50781) is known color: Medium Violet Red. HEX triplet: C5, 07 and 81. RGB value is (197,7,129). Sum of RGB (Red+Green+Blue) = 197+7+129=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50781 is #3AF87E. Grayscale: #4D4D4D. Windows color (decimal): -3864703 or 8456133. OLE color: 8456133.
HSL color Cylindrical-coordinate representation of color #C50781: hue angle of 321.47º 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 #C50781 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.23 |
| HSL | 321.47º | 0.93% | 0.4% | - |
| HSV(B) | 321.47º | 0.96% | 0.77% | - |
| XYZ | 27.06 | 13.61 | 21.97 | - |
| YUV | 77.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 129 | 0 | 0.96 | 0.35 | 0.23 | 321.47 | 0.93 | 0.4 |
| Hex | C5 | 7 | 81 | 0 | 60 | 23 | 17 | 141 | 5D | 28 |
| Octal | 305 | 7 | 201 | 0 | 140 | 43 | 27 | 501 | 135 | 50 |
| Binary | 11000101 | 111 | 10000001 | 0 | 1100000 | 100011 | 10111 | 101000001 | 1011101 | 101000 |
Color Harmonies of #C50781
Complementary color
Monochromatic Colors of #C50781
Black with #C50781
Text Example
Text Example
White with #C50781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50781; }
p { color: rgb(197,7,129); }
H1.HeaderClassName
{
color: #C50781;
}
.AnyTagClassName
{
color: #C50781;
}
</style>
background-color css
<style>
a { background-color: #C50781; }
a { background-color: rgb(197,7,129); }
div.DivClassName
{
background-color: #C50781;
}
.BgClassName
{
background-color: #C50781;
}
</style>
border-color css
<style>
span { border-color: #C50781; }
span { border-color: rgb(197,7,129); }
td.TdClassName
{
border-color: #C50781;
}
.TagClassName
{
border-color: #C50781;
}
</style>