Shades of Medium Violet Red #C31199
Tints of Medium Violet Red #C31199
RGB
CMYK
RGB Variations
Color information
#C31199 (or 0xC31199) is known color: Medium Violet Red. HEX triplet: C3, 11 and 99. RGB value is (195,17,153). Sum of RGB (Red+Green+Blue) = 195+17+153=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31199 is #3CEE66. Grayscale: #555555. Windows color (decimal): -3993191 or 10031555. OLE color: 10031555.
HSL color Cylindrical-coordinate representation of color #C31199: hue angle of 314.16º 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 #C31199 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 153 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.24 |
| HSL | 314.16º | 0.84% | 0.42% | - |
| HSV(B) | 314.16º | 0.91% | 0.76% | - |
| XYZ | 28.46 | 14.3 | 31.4 | - |
| YUV | 85.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 153 | 0 | 0.91 | 0.22 | 0.24 | 314.16 | 0.84 | 0.42 |
| Hex | C3 | 11 | 99 | 0 | 5B | 16 | 18 | 13A | 54 | 2A |
| Octal | 303 | 21 | 231 | 0 | 133 | 26 | 30 | 472 | 124 | 52 |
| Binary | 11000011 | 10001 | 10011001 | 0 | 1011011 | 10110 | 11000 | 100111010 | 1010100 | 101010 |
Color Harmonies of #C31199
Complementary color
Monochromatic Colors of #C31199
Black with #C31199
Text Example
Text Example
White with #C31199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31199; }
p { color: rgb(195,17,153); }
H1.HeaderClassName
{
color: #C31199;
}
.AnyTagClassName
{
color: #C31199;
}
</style>
background-color css
<style>
a { background-color: #C31199; }
a { background-color: rgb(195,17,153); }
div.DivClassName
{
background-color: #C31199;
}
.BgClassName
{
background-color: #C31199;
}
</style>
border-color css
<style>
span { border-color: #C31199; }
span { border-color: rgb(195,17,153); }
td.TdClassName
{
border-color: #C31199;
}
.TagClassName
{
border-color: #C31199;
}
</style>