Shades of Medium Violet Red #C50972
Tints of Medium Violet Red #C50972
RGB
CMYK
RGB Variations
Color information
#C50972 (or 0xC50972) is known color: Medium Violet Red. HEX triplet: C5, 09 and 72. RGB value is (197,9,114). Sum of RGB (Red+Green+Blue) = 197+9+114=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C50972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50972 is #3AF68D. Grayscale: #4C4C4C. Windows color (decimal): -3864206 or 7473605. OLE color: 7473605.
HSL color Cylindrical-coordinate representation of color #C50972: hue angle of 326.49º 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 #C50972 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 114 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.23 |
| HSL | 326.49º | 0.91% | 0.4% | - |
| HSV(B) | 326.49º | 0.95% | 0.77% | - |
| XYZ | 26.16 | 13.28 | 17.1 | - |
| YUV | 77.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 114 | 0 | 0.95 | 0.42 | 0.23 | 326.49 | 0.91 | 0.4 |
| Hex | C5 | 9 | 72 | 0 | 5F | 2A | 17 | 146 | 5B | 28 |
| Octal | 305 | 11 | 162 | 0 | 137 | 52 | 27 | 506 | 133 | 50 |
| Binary | 11000101 | 1001 | 1110010 | 0 | 1011111 | 101010 | 10111 | 101000110 | 1011011 | 101000 |
Color Harmonies of #C50972
Complementary color
Monochromatic Colors of #C50972
Black with #C50972
Text Example
Text Example
White with #C50972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50972; }
p { color: rgb(197,9,114); }
H1.HeaderClassName
{
color: #C50972;
}
.AnyTagClassName
{
color: #C50972;
}
</style>
background-color css
<style>
a { background-color: #C50972; }
a { background-color: rgb(197,9,114); }
div.DivClassName
{
background-color: #C50972;
}
.BgClassName
{
background-color: #C50972;
}
</style>
border-color css
<style>
span { border-color: #C50972; }
span { border-color: rgb(197,9,114); }
td.TdClassName
{
border-color: #C50972;
}
.TagClassName
{
border-color: #C50972;
}
</style>