Shades of Medium Violet Red #C51F86
Tints of Medium Violet Red #C51F86
RGB
CMYK
RGB Variations
Color information
#C51F86 (or 0xC51F86) is known color: Medium Violet Red. HEX triplet: C5, 1F and 86. RGB value is (197,31,134). Sum of RGB (Red+Green+Blue) = 197+31+134=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F86 is #3AE079. Grayscale: #5C5C5C. Windows color (decimal): -3858554 or 8789957. OLE color: 8789957.
HSL color Cylindrical-coordinate representation of color #C51F86: hue angle of 322.77º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F86 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 134 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.23 |
| HSL | 322.77º | 0.73% | 0.45% | - |
| HSV(B) | 322.77º | 0.84% | 0.77% | - |
| XYZ | 27.82 | 14.57 | 23.9 | - |
| YUV | 92.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 134 | 0 | 0.84 | 0.32 | 0.23 | 322.77 | 0.73 | 0.45 |
| Hex | C5 | 1F | 86 | 0 | 54 | 20 | 17 | 143 | 49 | 2D |
| Octal | 305 | 37 | 206 | 0 | 124 | 40 | 27 | 503 | 111 | 55 |
| Binary | 11000101 | 11111 | 10000110 | 0 | 1010100 | 100000 | 10111 | 101000011 | 1001001 | 101101 |
Color Harmonies of #C51F86
Complementary color
Monochromatic Colors of #C51F86
Black with #C51F86
Text Example
Text Example
White with #C51F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F86; }
p { color: rgb(197,31,134); }
H1.HeaderClassName
{
color: #C51F86;
}
.AnyTagClassName
{
color: #C51F86;
}
</style>
background-color css
<style>
a { background-color: #C51F86; }
a { background-color: rgb(197,31,134); }
div.DivClassName
{
background-color: #C51F86;
}
.BgClassName
{
background-color: #C51F86;
}
</style>
border-color css
<style>
span { border-color: #C51F86; }
span { border-color: rgb(197,31,134); }
td.TdClassName
{
border-color: #C51F86;
}
.TagClassName
{
border-color: #C51F86;
}
</style>