Shades of Medium Violet Red #C31E8A
Tints of Medium Violet Red #C31E8A
RGB
CMYK
RGB Variations
Color information
#C31E8A (or 0xC31E8A) is known color: Medium Violet Red. HEX triplet: C3, 1E and 8A. RGB value is (195,30,138). Sum of RGB (Red+Green+Blue) = 195+30+138=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E8A is #3CE175. Grayscale: #5B5B5B. Windows color (decimal): -3989878 or 9051843. OLE color: 9051843.
HSL color Cylindrical-coordinate representation of color #C31E8A: hue angle of 320.73º 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 #C31E8A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 138 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.24 |
| HSL | 320.73º | 0.73% | 0.44% | - |
| HSV(B) | 320.73º | 0.85% | 0.76% | - |
| XYZ | 27.56 | 14.37 | 25.37 | - |
| YUV | 91.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 138 | 0 | 0.85 | 0.29 | 0.24 | 320.73 | 0.73 | 0.44 |
| Hex | C3 | 1E | 8A | 0 | 55 | 1D | 18 | 141 | 49 | 2C |
| Octal | 303 | 36 | 212 | 0 | 125 | 35 | 30 | 501 | 111 | 54 |
| Binary | 11000011 | 11110 | 10001010 | 0 | 1010101 | 11101 | 11000 | 101000001 | 1001001 | 101100 |
Color Harmonies of #C31E8A
Complementary color
Monochromatic Colors of #C31E8A
Black with #C31E8A
Text Example
Text Example
White with #C31E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E8A; }
p { color: rgb(195,30,138); }
H1.HeaderClassName
{
color: #C31E8A;
}
.AnyTagClassName
{
color: #C31E8A;
}
</style>
background-color css
<style>
a { background-color: #C31E8A; }
a { background-color: rgb(195,30,138); }
div.DivClassName
{
background-color: #C31E8A;
}
.BgClassName
{
background-color: #C31E8A;
}
</style>
border-color css
<style>
span { border-color: #C31E8A; }
span { border-color: rgb(195,30,138); }
td.TdClassName
{
border-color: #C31E8A;
}
.TagClassName
{
border-color: #C31E8A;
}
</style>