Shades of Medium Violet Red #C31E83
Tints of Medium Violet Red #C31E83
RGB
CMYK
RGB Variations
Color information
#C31E83 (or 0xC31E83) is known color: Medium Violet Red. HEX triplet: C3, 1E and 83. RGB value is (195,30,131). Sum of RGB (Red+Green+Blue) = 195+30+131=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E83 is #3CE17C. Grayscale: #5A5A5A. Windows color (decimal): -3989885 or 8593091. OLE color: 8593091.
HSL color Cylindrical-coordinate representation of color #C31E83: hue angle of 323.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 #C31E83 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 131 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.24 |
| HSL | 323.27º | 0.73% | 0.44% | - |
| HSV(B) | 323.27º | 0.85% | 0.76% | - |
| XYZ | 27.07 | 14.17 | 22.78 | - |
| YUV | 90.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 131 | 0 | 0.85 | 0.33 | 0.24 | 323.27 | 0.73 | 0.44 |
| Hex | C3 | 1E | 83 | 0 | 55 | 21 | 18 | 143 | 49 | 2C |
| Octal | 303 | 36 | 203 | 0 | 125 | 41 | 30 | 503 | 111 | 54 |
| Binary | 11000011 | 11110 | 10000011 | 0 | 1010101 | 100001 | 11000 | 101000011 | 1001001 | 101100 |
Color Harmonies of #C31E83
Complementary color
Monochromatic Colors of #C31E83
Black with #C31E83
Text Example
Text Example
White with #C31E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E83; }
p { color: rgb(195,30,131); }
H1.HeaderClassName
{
color: #C31E83;
}
.AnyTagClassName
{
color: #C31E83;
}
</style>
background-color css
<style>
a { background-color: #C31E83; }
a { background-color: rgb(195,30,131); }
div.DivClassName
{
background-color: #C31E83;
}
.BgClassName
{
background-color: #C31E83;
}
</style>
border-color css
<style>
span { border-color: #C31E83; }
span { border-color: rgb(195,30,131); }
td.TdClassName
{
border-color: #C31E83;
}
.TagClassName
{
border-color: #C31E83;
}
</style>