Shades of Medium Violet Red #C50994
Tints of Medium Violet Red #C50994
RGB
CMYK
RGB Variations
Color information
#C50994 (or 0xC50994) is known color: Medium Violet Red. HEX triplet: C5, 09 and 94. RGB value is (197,9,148). Sum of RGB (Red+Green+Blue) = 197+9+148=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C50994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50994 is #3AF66B. Grayscale: #505050. Windows color (decimal): -3864172 or 9701829. OLE color: 9701829.
HSL color Cylindrical-coordinate representation of color #C50994: hue angle of 315.64º 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 #C50994 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 148 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.23 |
| HSL | 315.64º | 0.91% | 0.4% | - |
| HSV(B) | 315.64º | 0.95% | 0.77% | - |
| XYZ | 28.47 | 14.2 | 29.26 | - |
| YUV | 81.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 148 | 0 | 0.95 | 0.25 | 0.23 | 315.64 | 0.91 | 0.4 |
| Hex | C5 | 9 | 94 | 0 | 5F | 19 | 17 | 13C | 5B | 28 |
| Octal | 305 | 11 | 224 | 0 | 137 | 31 | 27 | 474 | 133 | 50 |
| Binary | 11000101 | 1001 | 10010100 | 0 | 1011111 | 11001 | 10111 | 100111100 | 1011011 | 101000 |
Color Harmonies of #C50994
Complementary color
Monochromatic Colors of #C50994
Black with #C50994
Text Example
Text Example
White with #C50994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50994; }
p { color: rgb(197,9,148); }
H1.HeaderClassName
{
color: #C50994;
}
.AnyTagClassName
{
color: #C50994;
}
</style>
background-color css
<style>
a { background-color: #C50994; }
a { background-color: rgb(197,9,148); }
div.DivClassName
{
background-color: #C50994;
}
.BgClassName
{
background-color: #C50994;
}
</style>
border-color css
<style>
span { border-color: #C50994; }
span { border-color: rgb(197,9,148); }
td.TdClassName
{
border-color: #C50994;
}
.TagClassName
{
border-color: #C50994;
}
</style>