Shades of Medium Violet Red #C50992
Tints of Medium Violet Red #C50992
RGB
CMYK
RGB Variations
Color information
#C50992 (or 0xC50992) is known color: Medium Violet Red. HEX triplet: C5, 09 and 92. RGB value is (197,9,146). Sum of RGB (Red+Green+Blue) = 197+9+146=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50992 is #3AF66D. Grayscale: #505050. Windows color (decimal): -3864174 or 9570757. OLE color: 9570757.
HSL color Cylindrical-coordinate representation of color #C50992: hue angle of 316.28º 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 #C50992 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.23 |
| HSL | 316.28º | 0.91% | 0.4% | - |
| HSV(B) | 316.28º | 0.95% | 0.77% | - |
| XYZ | 28.31 | 14.14 | 28.43 | - |
| YUV | 80.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 146 | 0 | 0.95 | 0.26 | 0.23 | 316.28 | 0.91 | 0.4 |
| Hex | C5 | 9 | 92 | 0 | 5F | 1A | 17 | 13C | 5B | 28 |
| Octal | 305 | 11 | 222 | 0 | 137 | 32 | 27 | 474 | 133 | 50 |
| Binary | 11000101 | 1001 | 10010010 | 0 | 1011111 | 11010 | 10111 | 100111100 | 1011011 | 101000 |
Color Harmonies of #C50992
Complementary color
Monochromatic Colors of #C50992
Black with #C50992
Text Example
Text Example
White with #C50992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50992; }
p { color: rgb(197,9,146); }
H1.HeaderClassName
{
color: #C50992;
}
.AnyTagClassName
{
color: #C50992;
}
</style>
background-color css
<style>
a { background-color: #C50992; }
a { background-color: rgb(197,9,146); }
div.DivClassName
{
background-color: #C50992;
}
.BgClassName
{
background-color: #C50992;
}
</style>
border-color css
<style>
span { border-color: #C50992; }
span { border-color: rgb(197,9,146); }
td.TdClassName
{
border-color: #C50992;
}
.TagClassName
{
border-color: #C50992;
}
</style>