Shades of Medium Violet Red #C31795
Tints of Medium Violet Red #C31795
RGB
CMYK
RGB Variations
Color information
#C31795 (or 0xC31795) is known color: Medium Violet Red. HEX triplet: C3, 17 and 95. RGB value is (195,23,149). Sum of RGB (Red+Green+Blue) = 195+23+149=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C31795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31795 is #3CE86A. Grayscale: #585858. Windows color (decimal): -3991659 or 9770947. OLE color: 9770947.
HSL color Cylindrical-coordinate representation of color #C31795: hue angle of 316.05º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31795 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 149 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.24 |
| HSL | 316.05º | 0.79% | 0.43% | - |
| HSV(B) | 316.05º | 0.88% | 0.76% | - |
| XYZ | 28.24 | 14.38 | 29.72 | - |
| YUV | 88.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 149 | 0 | 0.88 | 0.24 | 0.24 | 316.05 | 0.79 | 0.43 |
| Hex | C3 | 17 | 95 | 0 | 58 | 18 | 18 | 13C | 4F | 2B |
| Octal | 303 | 27 | 225 | 0 | 130 | 30 | 30 | 474 | 117 | 53 |
| Binary | 11000011 | 10111 | 10010101 | 0 | 1011000 | 11000 | 11000 | 100111100 | 1001111 | 101011 |
Color Harmonies of #C31795
Complementary color
Monochromatic Colors of #C31795
Black with #C31795
Text Example
Text Example
White with #C31795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31795; }
p { color: rgb(195,23,149); }
H1.HeaderClassName
{
color: #C31795;
}
.AnyTagClassName
{
color: #C31795;
}
</style>
background-color css
<style>
a { background-color: #C31795; }
a { background-color: rgb(195,23,149); }
div.DivClassName
{
background-color: #C31795;
}
.BgClassName
{
background-color: #C31795;
}
</style>
border-color css
<style>
span { border-color: #C31795; }
span { border-color: rgb(195,23,149); }
td.TdClassName
{
border-color: #C31795;
}
.TagClassName
{
border-color: #C31795;
}
</style>