Shades of Medium Violet Red #C31399
Tints of Medium Violet Red #C31399
RGB
CMYK
RGB Variations
Color information
#C31399 (or 0xC31399) is known color: Medium Violet Red. HEX triplet: C3, 13 and 99. RGB value is (195,19,153). Sum of RGB (Red+Green+Blue) = 195+19+153=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C31399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31399 is #3CEC66. Grayscale: #565656. Windows color (decimal): -3992679 or 10032067. OLE color: 10032067.
HSL color Cylindrical-coordinate representation of color #C31399: hue angle of 314.32º 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 #C31399 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 153 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.24 |
| HSL | 314.32º | 0.82% | 0.42% | - |
| HSV(B) | 314.32º | 0.9% | 0.76% | - |
| XYZ | 28.49 | 14.37 | 31.41 | - |
| YUV | 86.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 153 | 0 | 0.90 | 0.22 | 0.24 | 314.32 | 0.82 | 0.42 |
| Hex | C3 | 13 | 99 | 0 | 5A | 16 | 18 | 13A | 52 | 2A |
| Octal | 303 | 23 | 231 | 0 | 132 | 26 | 30 | 472 | 122 | 52 |
| Binary | 11000011 | 10011 | 10011001 | 0 | 1011010 | 10110 | 11000 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C31399
Complementary color
Monochromatic Colors of #C31399
Black with #C31399
Text Example
Text Example
White with #C31399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31399; }
p { color: rgb(195,19,153); }
H1.HeaderClassName
{
color: #C31399;
}
.AnyTagClassName
{
color: #C31399;
}
</style>
background-color css
<style>
a { background-color: #C31399; }
a { background-color: rgb(195,19,153); }
div.DivClassName
{
background-color: #C31399;
}
.BgClassName
{
background-color: #C31399;
}
</style>
border-color css
<style>
span { border-color: #C31399; }
span { border-color: rgb(195,19,153); }
td.TdClassName
{
border-color: #C31399;
}
.TagClassName
{
border-color: #C31399;
}
</style>