Shades of Medium Violet Red #C51386
Tints of Medium Violet Red #C51386
RGB
CMYK
RGB Variations
Color information
#C51386 (or 0xC51386) is known color: Medium Violet Red. HEX triplet: C5, 13 and 86. RGB value is (197,19,134). Sum of RGB (Red+Green+Blue) = 197+19+134=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51386 is #3AEC79. Grayscale: #555555. Windows color (decimal): -3861626 or 8786885. OLE color: 8786885.
HSL color Cylindrical-coordinate representation of color #C51386: hue angle of 321.24º 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 #C51386 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 134 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.23 |
| HSL | 321.24º | 0.82% | 0.42% | - |
| HSV(B) | 321.24º | 0.9% | 0.77% | - |
| XYZ | 27.56 | 14.06 | 23.81 | - |
| YUV | 85.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 134 | 0 | 0.90 | 0.32 | 0.23 | 321.24 | 0.82 | 0.42 |
| Hex | C5 | 13 | 86 | 0 | 5A | 20 | 17 | 141 | 52 | 2A |
| Octal | 305 | 23 | 206 | 0 | 132 | 40 | 27 | 501 | 122 | 52 |
| Binary | 11000101 | 10011 | 10000110 | 0 | 1011010 | 100000 | 10111 | 101000001 | 1010010 | 101010 |
Color Harmonies of #C51386
Complementary color
Monochromatic Colors of #C51386
Black with #C51386
Text Example
Text Example
White with #C51386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51386; }
p { color: rgb(197,19,134); }
H1.HeaderClassName
{
color: #C51386;
}
.AnyTagClassName
{
color: #C51386;
}
</style>
background-color css
<style>
a { background-color: #C51386; }
a { background-color: rgb(197,19,134); }
div.DivClassName
{
background-color: #C51386;
}
.BgClassName
{
background-color: #C51386;
}
</style>
border-color css
<style>
span { border-color: #C51386; }
span { border-color: rgb(197,19,134); }
td.TdClassName
{
border-color: #C51386;
}
.TagClassName
{
border-color: #C51386;
}
</style>