Shades of Medium Violet Red #C31390
Tints of Medium Violet Red #C31390
RGB
CMYK
RGB Variations
Color information
#C31390 (or 0xC31390) is known color: Medium Violet Red. HEX triplet: C3, 13 and 90. RGB value is (195,19,144). Sum of RGB (Red+Green+Blue) = 195+19+144=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31390 is #3CEC6F. Grayscale: #555555. Windows color (decimal): -3992688 or 9442243. OLE color: 9442243.
HSL color Cylindrical-coordinate representation of color #C31390: hue angle of 317.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31390 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 144 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.24 |
| HSL | 317.39º | 0.82% | 0.42% | - |
| HSV(B) | 317.39º | 0.9% | 0.76% | - |
| XYZ | 27.77 | 14.08 | 27.64 | - |
| YUV | 85.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 144 | 0 | 0.90 | 0.26 | 0.24 | 317.39 | 0.82 | 0.42 |
| Hex | C3 | 13 | 90 | 0 | 5A | 1A | 18 | 13D | 52 | 2A |
| Octal | 303 | 23 | 220 | 0 | 132 | 32 | 30 | 475 | 122 | 52 |
| Binary | 11000011 | 10011 | 10010000 | 0 | 1011010 | 11010 | 11000 | 100111101 | 1010010 | 101010 |
Color Harmonies of #C31390
Complementary color
Monochromatic Colors of #C31390
Black with #C31390
Text Example
Text Example
White with #C31390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31390; }
p { color: rgb(195,19,144); }
H1.HeaderClassName
{
color: #C31390;
}
.AnyTagClassName
{
color: #C31390;
}
</style>
background-color css
<style>
a { background-color: #C31390; }
a { background-color: rgb(195,19,144); }
div.DivClassName
{
background-color: #C31390;
}
.BgClassName
{
background-color: #C31390;
}
</style>
border-color css
<style>
span { border-color: #C31390; }
span { border-color: rgb(195,19,144); }
td.TdClassName
{
border-color: #C31390;
}
.TagClassName
{
border-color: #C31390;
}
</style>