Shades of Medium Violet Red #C51398
Tints of Medium Violet Red #C51398
RGB
CMYK
RGB Variations
Color information
#C51398 (or 0xC51398) is known color: Medium Violet Red. HEX triplet: C5, 13 and 98. RGB value is (197,19,152). Sum of RGB (Red+Green+Blue) = 197+19+152=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51398 is #3AEC67. Grayscale: #575757. Windows color (decimal): -3861608 or 9966533. OLE color: 9966533.
HSL color Cylindrical-coordinate representation of color #C51398: hue angle of 315.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51398 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 152 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.23 |
| HSL | 315.17º | 0.82% | 0.42% | - |
| HSV(B) | 315.17º | 0.9% | 0.77% | - |
| XYZ | 28.93 | 14.6 | 31 | - |
| YUV | 87.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 152 | 0 | 0.90 | 0.23 | 0.23 | 315.17 | 0.82 | 0.42 |
| Hex | C5 | 13 | 98 | 0 | 5A | 17 | 17 | 13B | 52 | 2A |
| Octal | 305 | 23 | 230 | 0 | 132 | 27 | 27 | 473 | 122 | 52 |
| Binary | 11000101 | 10011 | 10011000 | 0 | 1011010 | 10111 | 10111 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C51398
Complementary color
Monochromatic Colors of #C51398
Black with #C51398
Text Example
Text Example
White with #C51398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51398; }
p { color: rgb(197,19,152); }
H1.HeaderClassName
{
color: #C51398;
}
.AnyTagClassName
{
color: #C51398;
}
</style>
background-color css
<style>
a { background-color: #C51398; }
a { background-color: rgb(197,19,152); }
div.DivClassName
{
background-color: #C51398;
}
.BgClassName
{
background-color: #C51398;
}
</style>
border-color css
<style>
span { border-color: #C51398; }
span { border-color: rgb(197,19,152); }
td.TdClassName
{
border-color: #C51398;
}
.TagClassName
{
border-color: #C51398;
}
</style>