Shades of Medium Violet Red #C31599
Tints of Medium Violet Red #C31599
RGB
CMYK
RGB Variations
Color information
#C31599 (or 0xC31599) is known color: Medium Violet Red. HEX triplet: C3, 15 and 99. RGB value is (195,21,153). Sum of RGB (Red+Green+Blue) = 195+21+153=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C31599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31599 is #3CEA66. Grayscale: #575757. Windows color (decimal): -3992167 or 10032579. OLE color: 10032579.
HSL color Cylindrical-coordinate representation of color #C31599: hue angle of 314.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31599 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.24 |
| HSL | 314.48º | 0.81% | 0.42% | - |
| HSV(B) | 314.48º | 0.89% | 0.76% | - |
| XYZ | 28.52 | 14.44 | 31.42 | - |
| YUV | 88.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 153 | 0 | 0.89 | 0.22 | 0.24 | 314.48 | 0.81 | 0.42 |
| Hex | C3 | 15 | 99 | 0 | 59 | 16 | 18 | 13A | 51 | 2A |
| Octal | 303 | 25 | 231 | 0 | 131 | 26 | 30 | 472 | 121 | 52 |
| Binary | 11000011 | 10101 | 10011001 | 0 | 1011001 | 10110 | 11000 | 100111010 | 1010001 | 101010 |
Color Harmonies of #C31599
Complementary color
Monochromatic Colors of #C31599
Black with #C31599
Text Example
Text Example
White with #C31599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31599; }
p { color: rgb(195,21,153); }
H1.HeaderClassName
{
color: #C31599;
}
.AnyTagClassName
{
color: #C31599;
}
</style>
background-color css
<style>
a { background-color: #C31599; }
a { background-color: rgb(195,21,153); }
div.DivClassName
{
background-color: #C31599;
}
.BgClassName
{
background-color: #C31599;
}
</style>
border-color css
<style>
span { border-color: #C31599; }
span { border-color: rgb(195,21,153); }
td.TdClassName
{
border-color: #C31599;
}
.TagClassName
{
border-color: #C31599;
}
</style>