Shades of Medium Violet Red #C31786
Tints of Medium Violet Red #C31786
RGB
CMYK
RGB Variations
Color information
#C31786 (or 0xC31786) is known color: Medium Violet Red. HEX triplet: C3, 17 and 86. RGB value is (195,23,134). Sum of RGB (Red+Green+Blue) = 195+23+134=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C31786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31786 is #3CE879. Grayscale: #565656. Windows color (decimal): -3991674 or 8787907. OLE color: 8787907.
HSL color Cylindrical-coordinate representation of color #C31786: hue angle of 321.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31786 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 134 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.24 |
| HSL | 321.28º | 0.79% | 0.43% | - |
| HSV(B) | 321.28º | 0.88% | 0.76% | - |
| XYZ | 27.12 | 13.94 | 23.82 | - |
| YUV | 87.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 134 | 0 | 0.88 | 0.31 | 0.24 | 321.28 | 0.79 | 0.43 |
| Hex | C3 | 17 | 86 | 0 | 58 | 1F | 18 | 141 | 4F | 2B |
| Octal | 303 | 27 | 206 | 0 | 130 | 37 | 30 | 501 | 117 | 53 |
| Binary | 11000011 | 10111 | 10000110 | 0 | 1011000 | 11111 | 11000 | 101000001 | 1001111 | 101011 |
Color Harmonies of #C31786
Complementary color
Monochromatic Colors of #C31786
Black with #C31786
Text Example
Text Example
White with #C31786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31786; }
p { color: rgb(195,23,134); }
H1.HeaderClassName
{
color: #C31786;
}
.AnyTagClassName
{
color: #C31786;
}
</style>
background-color css
<style>
a { background-color: #C31786; }
a { background-color: rgb(195,23,134); }
div.DivClassName
{
background-color: #C31786;
}
.BgClassName
{
background-color: #C31786;
}
</style>
border-color css
<style>
span { border-color: #C31786; }
span { border-color: rgb(195,23,134); }
td.TdClassName
{
border-color: #C31786;
}
.TagClassName
{
border-color: #C31786;
}
</style>