Shades of Medium Violet Red #C51C92
Tints of Medium Violet Red #C51C92
RGB
CMYK
RGB Variations
Color information
#C51C92 (or 0xC51C92) is known color: Medium Violet Red. HEX triplet: C5, 1C and 92. RGB value is (197,28,146). Sum of RGB (Red+Green+Blue) = 197+28+146=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C92 is #3AE36D. Grayscale: #5B5B5B. Windows color (decimal): -3859310 or 9575621. OLE color: 9575621.
HSL color Cylindrical-coordinate representation of color #C51C92: hue angle of 318.11º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C92 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 146 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.23 |
| HSL | 318.11º | 0.75% | 0.44% | - |
| HSV(B) | 318.11º | 0.86% | 0.77% | - |
| XYZ | 28.63 | 14.78 | 28.54 | - |
| YUV | 91.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 146 | 0 | 0.86 | 0.26 | 0.23 | 318.11 | 0.75 | 0.44 |
| Hex | C5 | 1C | 92 | 0 | 56 | 1A | 17 | 13E | 4B | 2C |
| Octal | 305 | 34 | 222 | 0 | 126 | 32 | 27 | 476 | 113 | 54 |
| Binary | 11000101 | 11100 | 10010010 | 0 | 1010110 | 11010 | 10111 | 100111110 | 1001011 | 101100 |
Color Harmonies of #C51C92
Complementary color
Monochromatic Colors of #C51C92
Black with #C51C92
Text Example
Text Example
White with #C51C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C92; }
p { color: rgb(197,28,146); }
H1.HeaderClassName
{
color: #C51C92;
}
.AnyTagClassName
{
color: #C51C92;
}
</style>
background-color css
<style>
a { background-color: #C51C92; }
a { background-color: rgb(197,28,146); }
div.DivClassName
{
background-color: #C51C92;
}
.BgClassName
{
background-color: #C51C92;
}
</style>
border-color css
<style>
span { border-color: #C51C92; }
span { border-color: rgb(197,28,146); }
td.TdClassName
{
border-color: #C51C92;
}
.TagClassName
{
border-color: #C51C92;
}
</style>