Shades of Medium Violet Red #C31188
Tints of Medium Violet Red #C31188
RGB
CMYK
RGB Variations
Color information
#C31188 (or 0xC31188) is known color: Medium Violet Red. HEX triplet: C3, 11 and 88. RGB value is (195,17,136). Sum of RGB (Red+Green+Blue) = 195+17+136=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31188 is #3CEE77. Grayscale: #535353. Windows color (decimal): -3993208 or 8917443. OLE color: 8917443.
HSL color Cylindrical-coordinate representation of color #C31188: hue angle of 319.89º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31188 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 136 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 319.89º | 0.84% | 0.42% | - |
| HSV(B) | 319.89º | 0.91% | 0.76% | - |
| XYZ | 27.15 | 13.78 | 24.52 | - |
| YUV | 83.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 136 | 0 | 0.91 | 0.30 | 0.24 | 319.89 | 0.84 | 0.42 |
| Hex | C3 | 11 | 88 | 0 | 5B | 1E | 18 | 140 | 54 | 2A |
| Octal | 303 | 21 | 210 | 0 | 133 | 36 | 30 | 500 | 124 | 52 |
| Binary | 11000011 | 10001 | 10001000 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010100 | 101010 |
Color Harmonies of #C31188
Complementary color
Monochromatic Colors of #C31188
Black with #C31188
Text Example
Text Example
White with #C31188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31188; }
p { color: rgb(195,17,136); }
H1.HeaderClassName
{
color: #C31188;
}
.AnyTagClassName
{
color: #C31188;
}
</style>
background-color css
<style>
a { background-color: #C31188; }
a { background-color: rgb(195,17,136); }
div.DivClassName
{
background-color: #C31188;
}
.BgClassName
{
background-color: #C31188;
}
</style>
border-color css
<style>
span { border-color: #C31188; }
span { border-color: rgb(195,17,136); }
td.TdClassName
{
border-color: #C31188;
}
.TagClassName
{
border-color: #C31188;
}
</style>