Shades of Medium Violet Red #C31C86
Tints of Medium Violet Red #C31C86
RGB
CMYK
RGB Variations
Color information
#C31C86 (or 0xC31C86) is known color: Medium Violet Red. HEX triplet: C3, 1C and 86. RGB value is (195,28,134). Sum of RGB (Red+Green+Blue) = 195+28+134=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C86 is #3CE379. Grayscale: #595959. Windows color (decimal): -3990394 or 8789187. OLE color: 8789187.
HSL color Cylindrical-coordinate representation of color #C31C86: hue angle of 321.92º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C86 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 134 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.24 |
| HSL | 321.92º | 0.75% | 0.44% | - |
| HSV(B) | 321.92º | 0.86% | 0.76% | - |
| XYZ | 27.22 | 14.15 | 23.85 | - |
| YUV | 90.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 134 | 0 | 0.86 | 0.31 | 0.24 | 321.92 | 0.75 | 0.44 |
| Hex | C3 | 1C | 86 | 0 | 56 | 1F | 18 | 142 | 4B | 2C |
| Octal | 303 | 34 | 206 | 0 | 126 | 37 | 30 | 502 | 113 | 54 |
| Binary | 11000011 | 11100 | 10000110 | 0 | 1010110 | 11111 | 11000 | 101000010 | 1001011 | 101100 |
Color Harmonies of #C31C86
Complementary color
Monochromatic Colors of #C31C86
Black with #C31C86
Text Example
Text Example
White with #C31C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C86; }
p { color: rgb(195,28,134); }
H1.HeaderClassName
{
color: #C31C86;
}
.AnyTagClassName
{
color: #C31C86;
}
</style>
background-color css
<style>
a { background-color: #C31C86; }
a { background-color: rgb(195,28,134); }
div.DivClassName
{
background-color: #C31C86;
}
.BgClassName
{
background-color: #C31C86;
}
</style>
border-color css
<style>
span { border-color: #C31C86; }
span { border-color: rgb(195,28,134); }
td.TdClassName
{
border-color: #C31C86;
}
.TagClassName
{
border-color: #C31C86;
}
</style>