Shades of Medium Violet Red #C50773
Tints of Medium Violet Red #C50773
RGB
CMYK
RGB Variations
Color information
#C50773 (or 0xC50773) is known color: Medium Violet Red. HEX triplet: C5, 07 and 73. RGB value is (197,7,115). Sum of RGB (Red+Green+Blue) = 197+7+115=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50773 is #3AF88C. Grayscale: #4B4B4B. Windows color (decimal): -3864717 or 7538629. OLE color: 7538629.
HSL color Cylindrical-coordinate representation of color #C50773: hue angle of 325.89º 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 #C50773 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.23 |
| HSL | 325.89º | 0.93% | 0.4% | - |
| HSV(B) | 325.89º | 0.96% | 0.77% | - |
| XYZ | 26.2 | 13.26 | 17.4 | - |
| YUV | 76.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 115 | 0 | 0.96 | 0.42 | 0.23 | 325.89 | 0.93 | 0.4 |
| Hex | C5 | 7 | 73 | 0 | 60 | 2A | 17 | 146 | 5D | 28 |
| Octal | 305 | 7 | 163 | 0 | 140 | 52 | 27 | 506 | 135 | 50 |
| Binary | 11000101 | 111 | 1110011 | 0 | 1100000 | 101010 | 10111 | 101000110 | 1011101 | 101000 |
Color Harmonies of #C50773
Complementary color
Monochromatic Colors of #C50773
Black with #C50773
Text Example
Text Example
White with #C50773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50773; }
p { color: rgb(197,7,115); }
H1.HeaderClassName
{
color: #C50773;
}
.AnyTagClassName
{
color: #C50773;
}
</style>
background-color css
<style>
a { background-color: #C50773; }
a { background-color: rgb(197,7,115); }
div.DivClassName
{
background-color: #C50773;
}
.BgClassName
{
background-color: #C50773;
}
</style>
border-color css
<style>
span { border-color: #C50773; }
span { border-color: rgb(197,7,115); }
td.TdClassName
{
border-color: #C50773;
}
.TagClassName
{
border-color: #C50773;
}
</style>