Shades of Medium Violet Red #C31976
Tints of Medium Violet Red #C31976
RGB
CMYK
RGB Variations
Color information
#C31976 (or 0xC31976) is known color: Medium Violet Red. HEX triplet: C3, 19 and 76. RGB value is (195,25,118). Sum of RGB (Red+Green+Blue) = 195+25+118=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C31976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31976 is #3CE689. Grayscale: #565656. Windows color (decimal): -3991178 or 7739843. OLE color: 7739843.
HSL color Cylindrical-coordinate representation of color #C31976: hue angle of 327.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31976 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 118 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.24 |
| HSL | 327.18º | 0.77% | 0.43% | - |
| HSV(B) | 327.18º | 0.87% | 0.76% | - |
| XYZ | 26.12 | 13.61 | 18.39 | - |
| YUV | 86.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 118 | 0 | 0.87 | 0.39 | 0.24 | 327.18 | 0.77 | 0.43 |
| Hex | C3 | 19 | 76 | 0 | 57 | 27 | 18 | 147 | 4D | 2B |
| Octal | 303 | 31 | 166 | 0 | 127 | 47 | 30 | 507 | 115 | 53 |
| Binary | 11000011 | 11001 | 1110110 | 0 | 1010111 | 100111 | 11000 | 101000111 | 1001101 | 101011 |
Color Harmonies of #C31976
Complementary color
Monochromatic Colors of #C31976
Black with #C31976
Text Example
Text Example
White with #C31976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31976; }
p { color: rgb(195,25,118); }
H1.HeaderClassName
{
color: #C31976;
}
.AnyTagClassName
{
color: #C31976;
}
</style>
background-color css
<style>
a { background-color: #C31976; }
a { background-color: rgb(195,25,118); }
div.DivClassName
{
background-color: #C31976;
}
.BgClassName
{
background-color: #C31976;
}
</style>
border-color css
<style>
span { border-color: #C31976; }
span { border-color: rgb(195,25,118); }
td.TdClassName
{
border-color: #C31976;
}
.TagClassName
{
border-color: #C31976;
}
</style>