Shades of Medium Violet Red #C50772
Tints of Medium Violet Red #C50772
RGB
CMYK
RGB Variations
Color information
#C50772 (or 0xC50772) is known color: Medium Violet Red. HEX triplet: C5, 07 and 72. RGB value is (197,7,114). Sum of RGB (Red+Green+Blue) = 197+7+114=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50772 is #3AF88D. Grayscale: #4B4B4B. Windows color (decimal): -3864718 or 7473093. OLE color: 7473093.
HSL color Cylindrical-coordinate representation of color #C50772: hue angle of 326.21º 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 #C50772 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.23 |
| HSL | 326.21º | 0.93% | 0.4% | - |
| HSV(B) | 326.21º | 0.96% | 0.77% | - |
| XYZ | 26.14 | 13.24 | 17.1 | - |
| YUV | 76.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 114 | 0 | 0.96 | 0.42 | 0.23 | 326.21 | 0.93 | 0.4 |
| Hex | C5 | 7 | 72 | 0 | 60 | 2A | 17 | 146 | 5D | 28 |
| Octal | 305 | 7 | 162 | 0 | 140 | 52 | 27 | 506 | 135 | 50 |
| Binary | 11000101 | 111 | 1110010 | 0 | 1100000 | 101010 | 10111 | 101000110 | 1011101 | 101000 |
Color Harmonies of #C50772
Complementary color
Monochromatic Colors of #C50772
Black with #C50772
Text Example
Text Example
White with #C50772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50772; }
p { color: rgb(197,7,114); }
H1.HeaderClassName
{
color: #C50772;
}
.AnyTagClassName
{
color: #C50772;
}
</style>
background-color css
<style>
a { background-color: #C50772; }
a { background-color: rgb(197,7,114); }
div.DivClassName
{
background-color: #C50772;
}
.BgClassName
{
background-color: #C50772;
}
</style>
border-color css
<style>
span { border-color: #C50772; }
span { border-color: rgb(197,7,114); }
td.TdClassName
{
border-color: #C50772;
}
.TagClassName
{
border-color: #C50772;
}
</style>