Shades of Medium Violet Red #C31B99
Tints of Medium Violet Red #C31B99
RGB
CMYK
RGB Variations
Color information
#C31B99 (or 0xC31B99) is known color: Medium Violet Red. HEX triplet: C3, 1B and 99. RGB value is (195,27,153). Sum of RGB (Red+Green+Blue) = 195+27+153=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B99 is #3CE466. Grayscale: #5B5B5B. Windows color (decimal): -3990631 or 10034115. OLE color: 10034115.
HSL color Cylindrical-coordinate representation of color #C31B99: hue angle of 315º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B99 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 153 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.24 |
| HSL | 315º | 0.76% | 0.44% | - |
| HSV(B) | 315º | 0.86% | 0.76% | - |
| XYZ | 28.65 | 14.69 | 31.46 | - |
| YUV | 91.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 153 | 0 | 0.86 | 0.22 | 0.24 | 315 | 0.76 | 0.44 |
| Hex | C3 | 1B | 99 | 0 | 56 | 16 | 18 | 13B | 4C | 2C |
| Octal | 303 | 33 | 231 | 0 | 126 | 26 | 30 | 473 | 114 | 54 |
| Binary | 11000011 | 11011 | 10011001 | 0 | 1010110 | 10110 | 11000 | 100111011 | 1001100 | 101100 |
Color Harmonies of #C31B99
Complementary color
Monochromatic Colors of #C31B99
Black with #C31B99
Text Example
Text Example
White with #C31B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B99; }
p { color: rgb(195,27,153); }
H1.HeaderClassName
{
color: #C31B99;
}
.AnyTagClassName
{
color: #C31B99;
}
</style>
background-color css
<style>
a { background-color: #C31B99; }
a { background-color: rgb(195,27,153); }
div.DivClassName
{
background-color: #C31B99;
}
.BgClassName
{
background-color: #C31B99;
}
</style>
border-color css
<style>
span { border-color: #C31B99; }
span { border-color: rgb(195,27,153); }
td.TdClassName
{
border-color: #C31B99;
}
.TagClassName
{
border-color: #C31B99;
}
</style>