Shades of Medium Violet Red #C31388
Tints of Medium Violet Red #C31388
RGB
CMYK
RGB Variations
Color information
#C31388 (or 0xC31388) is known color: Medium Violet Red. HEX triplet: C3, 13 and 88. RGB value is (195,19,136). Sum of RGB (Red+Green+Blue) = 195+19+136=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C31388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31388 is #3CEC77. Grayscale: #545454. Windows color (decimal): -3992696 or 8917955. OLE color: 8917955.
HSL color Cylindrical-coordinate representation of color #C31388: hue angle of 320.11º 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 #C31388 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 136 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.24 |
| HSL | 320.11º | 0.82% | 0.42% | - |
| HSV(B) | 320.11º | 0.9% | 0.76% | - |
| XYZ | 27.18 | 13.85 | 24.53 | - |
| YUV | 84.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 136 | 0 | 0.90 | 0.30 | 0.24 | 320.11 | 0.82 | 0.42 |
| Hex | C3 | 13 | 88 | 0 | 5A | 1E | 18 | 140 | 52 | 2A |
| Octal | 303 | 23 | 210 | 0 | 132 | 36 | 30 | 500 | 122 | 52 |
| Binary | 11000011 | 10011 | 10001000 | 0 | 1011010 | 11110 | 11000 | 101000000 | 1010010 | 101010 |
Color Harmonies of #C31388
Complementary color
Monochromatic Colors of #C31388
Black with #C31388
Text Example
Text Example
White with #C31388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31388; }
p { color: rgb(195,19,136); }
H1.HeaderClassName
{
color: #C31388;
}
.AnyTagClassName
{
color: #C31388;
}
</style>
background-color css
<style>
a { background-color: #C31388; }
a { background-color: rgb(195,19,136); }
div.DivClassName
{
background-color: #C31388;
}
.BgClassName
{
background-color: #C31388;
}
</style>
border-color css
<style>
span { border-color: #C31388; }
span { border-color: rgb(195,19,136); }
td.TdClassName
{
border-color: #C31388;
}
.TagClassName
{
border-color: #C31388;
}
</style>