Shades of Medium Violet Red #C51098
Tints of Medium Violet Red #C51098
RGB
CMYK
RGB Variations
Color information
#C51098 (or 0xC51098) is known color: Medium Violet Red. HEX triplet: C5, 10 and 98. RGB value is (197,16,152). Sum of RGB (Red+Green+Blue) = 197+16+152=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51098 is #3AEF67. Grayscale: #555555. Windows color (decimal): -3862376 or 9965765. OLE color: 9965765.
HSL color Cylindrical-coordinate representation of color #C51098: hue angle of 314.92º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51098 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 152 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.23 |
| HSL | 314.92º | 0.85% | 0.42% | - |
| HSV(B) | 314.92º | 0.92% | 0.77% | - |
| XYZ | 28.88 | 14.51 | 30.98 | - |
| YUV | 85.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 152 | 0 | 0.92 | 0.23 | 0.23 | 314.92 | 0.85 | 0.42 |
| Hex | C5 | 10 | 98 | 0 | 5C | 17 | 17 | 13B | 55 | 2A |
| Octal | 305 | 20 | 230 | 0 | 134 | 27 | 27 | 473 | 125 | 52 |
| Binary | 11000101 | 10000 | 10011000 | 0 | 1011100 | 10111 | 10111 | 100111011 | 1010101 | 101010 |
Color Harmonies of #C51098
Complementary color
Monochromatic Colors of #C51098
Black with #C51098
Text Example
Text Example
White with #C51098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51098; }
p { color: rgb(197,16,152); }
H1.HeaderClassName
{
color: #C51098;
}
.AnyTagClassName
{
color: #C51098;
}
</style>
background-color css
<style>
a { background-color: #C51098; }
a { background-color: rgb(197,16,152); }
div.DivClassName
{
background-color: #C51098;
}
.BgClassName
{
background-color: #C51098;
}
</style>
border-color css
<style>
span { border-color: #C51098; }
span { border-color: rgb(197,16,152); }
td.TdClassName
{
border-color: #C51098;
}
.TagClassName
{
border-color: #C51098;
}
</style>