Shades of Medium Violet Red #C50894
Tints of Medium Violet Red #C50894
RGB
CMYK
RGB Variations
Color information
#C50894 (or 0xC50894) is known color: Medium Violet Red. HEX triplet: C5, 08 and 94. RGB value is (197,8,148). Sum of RGB (Red+Green+Blue) = 197+8+148=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50894 is #3AF76B. Grayscale: #505050. Windows color (decimal): -3864428 or 9701573. OLE color: 9701573.
HSL color Cylindrical-coordinate representation of color #C50894: hue angle of 315.56º degrees, saturation: 0.92, 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 #C50894 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 148 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.23 |
| HSL | 315.56º | 0.92% | 0.4% | - |
| HSV(B) | 315.56º | 0.96% | 0.77% | - |
| XYZ | 28.46 | 14.18 | 29.25 | - |
| YUV | 80.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 148 | 0 | 0.96 | 0.25 | 0.23 | 315.56 | 0.92 | 0.4 |
| Hex | C5 | 8 | 94 | 0 | 60 | 19 | 17 | 13C | 5C | 28 |
| Octal | 305 | 10 | 224 | 0 | 140 | 31 | 27 | 474 | 134 | 50 |
| Binary | 11000101 | 1000 | 10010100 | 0 | 1100000 | 11001 | 10111 | 100111100 | 1011100 | 101000 |
Color Harmonies of #C50894
Complementary color
Monochromatic Colors of #C50894
Black with #C50894
Text Example
Text Example
White with #C50894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50894; }
p { color: rgb(197,8,148); }
H1.HeaderClassName
{
color: #C50894;
}
.AnyTagClassName
{
color: #C50894;
}
</style>
background-color css
<style>
a { background-color: #C50894; }
a { background-color: rgb(197,8,148); }
div.DivClassName
{
background-color: #C50894;
}
.BgClassName
{
background-color: #C50894;
}
</style>
border-color css
<style>
span { border-color: #C50894; }
span { border-color: rgb(197,8,148); }
td.TdClassName
{
border-color: #C50894;
}
.TagClassName
{
border-color: #C50894;
}
</style>