Shades of Medium Violet Red #C31E6D
Tints of Medium Violet Red #C31E6D
RGB
CMYK
RGB Variations
Color information
#C31E6D (or 0xC31E6D) is known color: Medium Violet Red. HEX triplet: C3, 1E and 6D. RGB value is (195,30,109). Sum of RGB (Red+Green+Blue) = 195+30+109=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E6D is #3CE192. Grayscale: #585858. Windows color (decimal): -3989907 or 7151299. OLE color: 7151299.
HSL color Cylindrical-coordinate representation of color #C31E6D: hue angle of 331.27º 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 #C31E6D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 109 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.24 |
| HSL | 331.27º | 0.73% | 0.44% | - |
| HSV(B) | 331.27º | 0.85% | 0.76% | - |
| XYZ | 25.73 | 13.63 | 15.74 | - |
| YUV | 88.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 109 | 0 | 0.85 | 0.44 | 0.24 | 331.27 | 0.73 | 0.44 |
| Hex | C3 | 1E | 6D | 0 | 55 | 2C | 18 | 14B | 49 | 2C |
| Octal | 303 | 36 | 155 | 0 | 125 | 54 | 30 | 513 | 111 | 54 |
| Binary | 11000011 | 11110 | 1101101 | 0 | 1010101 | 101100 | 11000 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C31E6D
Complementary color
Monochromatic Colors of #C31E6D
Black with #C31E6D
Text Example
Text Example
White with #C31E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E6D; }
p { color: rgb(195,30,109); }
H1.HeaderClassName
{
color: #C31E6D;
}
.AnyTagClassName
{
color: #C31E6D;
}
</style>
background-color css
<style>
a { background-color: #C31E6D; }
a { background-color: rgb(195,30,109); }
div.DivClassName
{
background-color: #C31E6D;
}
.BgClassName
{
background-color: #C31E6D;
}
</style>
border-color css
<style>
span { border-color: #C31E6D; }
span { border-color: rgb(195,30,109); }
td.TdClassName
{
border-color: #C31E6D;
}
.TagClassName
{
border-color: #C31E6D;
}
</style>