Shades of Medium Violet Red #C50973
Tints of Medium Violet Red #C50973
RGB
CMYK
RGB Variations
Color information
#C50973 (or 0xC50973) is known color: Medium Violet Red. HEX triplet: C5, 09 and 73. RGB value is (197,9,115). Sum of RGB (Red+Green+Blue) = 197+9+115=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50973 is #3AF68C. Grayscale: #4D4D4D. Windows color (decimal): -3864205 or 7539141. OLE color: 7539141.
HSL color Cylindrical-coordinate representation of color #C50973: hue angle of 326.17º 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 #C50973 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 115 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.23 |
| HSL | 326.17º | 0.91% | 0.4% | - |
| HSV(B) | 326.17º | 0.95% | 0.77% | - |
| XYZ | 26.22 | 13.3 | 17.41 | - |
| YUV | 77.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 115 | 0 | 0.95 | 0.42 | 0.23 | 326.17 | 0.91 | 0.4 |
| Hex | C5 | 9 | 73 | 0 | 5F | 2A | 17 | 146 | 5B | 28 |
| Octal | 305 | 11 | 163 | 0 | 137 | 52 | 27 | 506 | 133 | 50 |
| Binary | 11000101 | 1001 | 1110011 | 0 | 1011111 | 101010 | 10111 | 101000110 | 1011011 | 101000 |
Color Harmonies of #C50973
Complementary color
Monochromatic Colors of #C50973
Black with #C50973
Text Example
Text Example
White with #C50973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50973; }
p { color: rgb(197,9,115); }
H1.HeaderClassName
{
color: #C50973;
}
.AnyTagClassName
{
color: #C50973;
}
</style>
background-color css
<style>
a { background-color: #C50973; }
a { background-color: rgb(197,9,115); }
div.DivClassName
{
background-color: #C50973;
}
.BgClassName
{
background-color: #C50973;
}
</style>
border-color css
<style>
span { border-color: #C50973; }
span { border-color: rgb(197,9,115); }
td.TdClassName
{
border-color: #C50973;
}
.TagClassName
{
border-color: #C50973;
}
</style>