Shades of Medium Violet Red #C31E6F
Tints of Medium Violet Red #C31E6F
RGB
CMYK
RGB Variations
Color information
#C31E6F (or 0xC31E6F) is known color: Medium Violet Red. HEX triplet: C3, 1E and 6F. RGB value is (195,30,111). Sum of RGB (Red+Green+Blue) = 195+30+111=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E6F is #3CE190. Grayscale: #585858. Windows color (decimal): -3989905 or 7282371. OLE color: 7282371.
HSL color Cylindrical-coordinate representation of color #C31E6F: hue angle of 330.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E6F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 111 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.24 |
| HSL | 330.55º | 0.73% | 0.44% | - |
| HSV(B) | 330.55º | 0.85% | 0.76% | - |
| XYZ | 25.84 | 13.68 | 16.32 | - |
| YUV | 88.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 111 | 0 | 0.85 | 0.43 | 0.24 | 330.55 | 0.73 | 0.44 |
| Hex | C3 | 1E | 6F | 0 | 55 | 2B | 18 | 14B | 49 | 2C |
| Octal | 303 | 36 | 157 | 0 | 125 | 53 | 30 | 513 | 111 | 54 |
| Binary | 11000011 | 11110 | 1101111 | 0 | 1010101 | 101011 | 11000 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C31E6F
Complementary color
Monochromatic Colors of #C31E6F
Black with #C31E6F
Text Example
Text Example
White with #C31E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E6F; }
p { color: rgb(195,30,111); }
H1.HeaderClassName
{
color: #C31E6F;
}
.AnyTagClassName
{
color: #C31E6F;
}
</style>
background-color css
<style>
a { background-color: #C31E6F; }
a { background-color: rgb(195,30,111); }
div.DivClassName
{
background-color: #C31E6F;
}
.BgClassName
{
background-color: #C31E6F;
}
</style>
border-color css
<style>
span { border-color: #C31E6F; }
span { border-color: rgb(195,30,111); }
td.TdClassName
{
border-color: #C31E6F;
}
.TagClassName
{
border-color: #C31E6F;
}
</style>