Shades of Medium Violet Red #C31C9E
Tints of Medium Violet Red #C31C9E
RGB
CMYK
RGB Variations
Color information
#C31C9E (or 0xC31C9E) is known color: Medium Violet Red. HEX triplet: C3, 1C and 9E. RGB value is (195,28,158). Sum of RGB (Red+Green+Blue) = 195+28+158=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C9E is #3CE361. Grayscale: #5C5C5C. Windows color (decimal): -3990370 or 10362051. OLE color: 10362051.
HSL color Cylindrical-coordinate representation of color #C31C9E: hue angle of 313.29º 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 #C31C9E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 158 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.24 |
| HSL | 313.29º | 0.75% | 0.44% | - |
| HSV(B) | 313.29º | 0.86% | 0.76% | - |
| XYZ | 29.09 | 14.9 | 33.69 | - |
| YUV | 92.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 158 | 0 | 0.86 | 0.19 | 0.24 | 313.29 | 0.75 | 0.44 |
| Hex | C3 | 1C | 9E | 0 | 56 | 13 | 18 | 139 | 4B | 2C |
| Octal | 303 | 34 | 236 | 0 | 126 | 23 | 30 | 471 | 113 | 54 |
| Binary | 11000011 | 11100 | 10011110 | 0 | 1010110 | 10011 | 11000 | 100111001 | 1001011 | 101100 |
Color Harmonies of #C31C9E
Complementary color
Monochromatic Colors of #C31C9E
Black with #C31C9E
Text Example
Text Example
White with #C31C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C9E; }
p { color: rgb(195,28,158); }
H1.HeaderClassName
{
color: #C31C9E;
}
.AnyTagClassName
{
color: #C31C9E;
}
</style>
background-color css
<style>
a { background-color: #C31C9E; }
a { background-color: rgb(195,28,158); }
div.DivClassName
{
background-color: #C31C9E;
}
.BgClassName
{
background-color: #C31C9E;
}
</style>
border-color css
<style>
span { border-color: #C31C9E; }
span { border-color: rgb(195,28,158); }
td.TdClassName
{
border-color: #C31C9E;
}
.TagClassName
{
border-color: #C31C9E;
}
</style>