Shades of Medium Violet Red #C31E90
Tints of Medium Violet Red #C31E90
RGB
CMYK
RGB Variations
Color information
#C31E90 (or 0xC31E90) is known color: Medium Violet Red. HEX triplet: C3, 1E and 90. RGB value is (195,30,144). Sum of RGB (Red+Green+Blue) = 195+30+144=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E90 is #3CE16F. Grayscale: #5C5C5C. Windows color (decimal): -3989872 or 9445059. OLE color: 9445059.
HSL color Cylindrical-coordinate representation of color #C31E90: hue angle of 318.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 #C31E90 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 144 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.24 |
| HSL | 318.55º | 0.73% | 0.44% | - |
| HSV(B) | 318.55º | 0.85% | 0.76% | - |
| XYZ | 28 | 14.54 | 27.72 | - |
| YUV | 92.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 144 | 0 | 0.85 | 0.26 | 0.24 | 318.55 | 0.73 | 0.44 |
| Hex | C3 | 1E | 90 | 0 | 55 | 1A | 18 | 13F | 49 | 2C |
| Octal | 303 | 36 | 220 | 0 | 125 | 32 | 30 | 477 | 111 | 54 |
| Binary | 11000011 | 11110 | 10010000 | 0 | 1010101 | 11010 | 11000 | 100111111 | 1001001 | 101100 |
Color Harmonies of #C31E90
Complementary color
Monochromatic Colors of #C31E90
Black with #C31E90
Text Example
Text Example
White with #C31E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E90; }
p { color: rgb(195,30,144); }
H1.HeaderClassName
{
color: #C31E90;
}
.AnyTagClassName
{
color: #C31E90;
}
</style>
background-color css
<style>
a { background-color: #C31E90; }
a { background-color: rgb(195,30,144); }
div.DivClassName
{
background-color: #C31E90;
}
.BgClassName
{
background-color: #C31E90;
}
</style>
border-color css
<style>
span { border-color: #C31E90; }
span { border-color: rgb(195,30,144); }
td.TdClassName
{
border-color: #C31E90;
}
.TagClassName
{
border-color: #C31E90;
}
</style>