Shades of Medium Violet Red #C31395
Tints of Medium Violet Red #C31395
RGB
CMYK
RGB Variations
Color information
#C31395 (or 0xC31395) is known color: Medium Violet Red. HEX triplet: C3, 13 and 95. RGB value is (195,19,149). Sum of RGB (Red+Green+Blue) = 195+19+149=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31395 is #3CEC6A. Grayscale: #565656. Windows color (decimal): -3992683 or 9769923. OLE color: 9769923.
HSL color Cylindrical-coordinate representation of color #C31395: hue angle of 315.68º 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 #C31395 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.24 |
| HSL | 315.68º | 0.82% | 0.42% | - |
| HSV(B) | 315.68º | 0.9% | 0.76% | - |
| XYZ | 28.16 | 14.24 | 29.7 | - |
| YUV | 86.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 149 | 0 | 0.90 | 0.24 | 0.24 | 315.68 | 0.82 | 0.42 |
| Hex | C3 | 13 | 95 | 0 | 5A | 18 | 18 | 13C | 52 | 2A |
| Octal | 303 | 23 | 225 | 0 | 132 | 30 | 30 | 474 | 122 | 52 |
| Binary | 11000011 | 10011 | 10010101 | 0 | 1011010 | 11000 | 11000 | 100111100 | 1010010 | 101010 |
Color Harmonies of #C31395
Complementary color
Monochromatic Colors of #C31395
Black with #C31395
Text Example
Text Example
White with #C31395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31395; }
p { color: rgb(195,19,149); }
H1.HeaderClassName
{
color: #C31395;
}
.AnyTagClassName
{
color: #C31395;
}
</style>
background-color css
<style>
a { background-color: #C31395; }
a { background-color: rgb(195,19,149); }
div.DivClassName
{
background-color: #C31395;
}
.BgClassName
{
background-color: #C31395;
}
</style>
border-color css
<style>
span { border-color: #C31395; }
span { border-color: rgb(195,19,149); }
td.TdClassName
{
border-color: #C31395;
}
.TagClassName
{
border-color: #C31395;
}
</style>