Shades of Medium Violet Red #C51292
Tints of Medium Violet Red #C51292
RGB
CMYK
RGB Variations
Color information
#C51292 (or 0xC51292) is known color: Medium Violet Red. HEX triplet: C5, 12 and 92. RGB value is (197,18,146). Sum of RGB (Red+Green+Blue) = 197+18+146=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51292 is #3AED6D. Grayscale: #555555. Windows color (decimal): -3861870 or 9573061. OLE color: 9573061.
HSL color Cylindrical-coordinate representation of color #C51292: hue angle of 317.09º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51292 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 146 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.23 |
| HSL | 317.1º | 0.83% | 0.42% | - |
| HSV(B) | 317.1º | 0.91% | 0.77% | - |
| XYZ | 28.43 | 14.38 | 28.47 | - |
| YUV | 86.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 146 | 0 | 0.91 | 0.26 | 0.23 | 317.1 | 0.83 | 0.42 |
| Hex | C5 | 12 | 92 | 0 | 5B | 1A | 17 | 13D | 53 | 2A |
| Octal | 305 | 22 | 222 | 0 | 133 | 32 | 27 | 475 | 123 | 52 |
| Binary | 11000101 | 10010 | 10010010 | 0 | 1011011 | 11010 | 10111 | 100111101 | 1010011 | 101010 |
Color Harmonies of #C51292
Complementary color
Monochromatic Colors of #C51292
Black with #C51292
Text Example
Text Example
White with #C51292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51292; }
p { color: rgb(197,18,146); }
H1.HeaderClassName
{
color: #C51292;
}
.AnyTagClassName
{
color: #C51292;
}
</style>
background-color css
<style>
a { background-color: #C51292; }
a { background-color: rgb(197,18,146); }
div.DivClassName
{
background-color: #C51292;
}
.BgClassName
{
background-color: #C51292;
}
</style>
border-color css
<style>
span { border-color: #C51292; }
span { border-color: rgb(197,18,146); }
td.TdClassName
{
border-color: #C51292;
}
.TagClassName
{
border-color: #C51292;
}
</style>