Shades of Medium Violet Red #C31E8C
Tints of Medium Violet Red #C31E8C
RGB
CMYK
RGB Variations
Color information
#C31E8C (or 0xC31E8C) is known color: Medium Violet Red. HEX triplet: C3, 1E and 8C. RGB value is (195,30,140). Sum of RGB (Red+Green+Blue) = 195+30+140=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E8C is #3CE173. Grayscale: #5B5B5B. Windows color (decimal): -3989876 or 9182915. OLE color: 9182915.
HSL color Cylindrical-coordinate representation of color #C31E8C: hue angle of 320º 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 #C31E8C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.24 |
| HSL | 320º | 0.73% | 0.44% | - |
| HSV(B) | 320º | 0.85% | 0.76% | - |
| XYZ | 27.7 | 14.42 | 26.13 | - |
| YUV | 91.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 140 | 0 | 0.85 | 0.28 | 0.24 | 320 | 0.73 | 0.44 |
| Hex | C3 | 1E | 8C | 0 | 55 | 1C | 18 | 140 | 49 | 2C |
| Octal | 303 | 36 | 214 | 0 | 125 | 34 | 30 | 500 | 111 | 54 |
| Binary | 11000011 | 11110 | 10001100 | 0 | 1010101 | 11100 | 11000 | 101000000 | 1001001 | 101100 |
Color Harmonies of #C31E8C
Complementary color
Monochromatic Colors of #C31E8C
Black with #C31E8C
Text Example
Text Example
White with #C31E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E8C; }
p { color: rgb(195,30,140); }
H1.HeaderClassName
{
color: #C31E8C;
}
.AnyTagClassName
{
color: #C31E8C;
}
</style>
background-color css
<style>
a { background-color: #C31E8C; }
a { background-color: rgb(195,30,140); }
div.DivClassName
{
background-color: #C31E8C;
}
.BgClassName
{
background-color: #C31E8C;
}
</style>
border-color css
<style>
span { border-color: #C31E8C; }
span { border-color: rgb(195,30,140); }
td.TdClassName
{
border-color: #C31E8C;
}
.TagClassName
{
border-color: #C31E8C;
}
</style>