Shades of Medium Violet Red #C31189
Tints of Medium Violet Red #C31189
RGB
CMYK
RGB Variations
Color information
#C31189 (or 0xC31189) is known color: Medium Violet Red. HEX triplet: C3, 11 and 89. RGB value is (195,17,137). Sum of RGB (Red+Green+Blue) = 195+17+137=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C31189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31189 is #3CEE76. Grayscale: #535353. Windows color (decimal): -3993207 or 8982979. OLE color: 8982979.
HSL color Cylindrical-coordinate representation of color #C31189: hue angle of 319.55º 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 #C31189 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 137 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 319.55º | 0.84% | 0.42% | - |
| HSV(B) | 319.55º | 0.91% | 0.76% | - |
| XYZ | 27.22 | 13.81 | 24.9 | - |
| YUV | 83.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 137 | 0 | 0.91 | 0.30 | 0.24 | 319.55 | 0.84 | 0.42 |
| Hex | C3 | 11 | 89 | 0 | 5B | 1E | 18 | 140 | 54 | 2A |
| Octal | 303 | 21 | 211 | 0 | 133 | 36 | 30 | 500 | 124 | 52 |
| Binary | 11000011 | 10001 | 10001001 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010100 | 101010 |
Color Harmonies of #C31189
Complementary color
Monochromatic Colors of #C31189
Black with #C31189
Text Example
Text Example
White with #C31189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31189; }
p { color: rgb(195,17,137); }
H1.HeaderClassName
{
color: #C31189;
}
.AnyTagClassName
{
color: #C31189;
}
</style>
background-color css
<style>
a { background-color: #C31189; }
a { background-color: rgb(195,17,137); }
div.DivClassName
{
background-color: #C31189;
}
.BgClassName
{
background-color: #C31189;
}
</style>
border-color css
<style>
span { border-color: #C31189; }
span { border-color: rgb(195,17,137); }
td.TdClassName
{
border-color: #C31189;
}
.TagClassName
{
border-color: #C31189;
}
</style>