Shades of Medium Violet Red #C31994
Tints of Medium Violet Red #C31994
RGB
CMYK
RGB Variations
Color information
#C31994 (or 0xC31994) is known color: Medium Violet Red. HEX triplet: C3, 19 and 94. RGB value is (195,25,148). Sum of RGB (Red+Green+Blue) = 195+25+148=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C31994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31994 is #3CE66B. Grayscale: #595959. Windows color (decimal): -3991148 or 9705923. OLE color: 9705923.
HSL color Cylindrical-coordinate representation of color #C31994: hue angle of 316.59º 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 #C31994 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 148 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.24 |
| HSL | 316.59º | 0.77% | 0.43% | - |
| HSV(B) | 316.59º | 0.87% | 0.76% | - |
| XYZ | 28.2 | 14.44 | 29.32 | - |
| YUV | 89.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 148 | 0 | 0.87 | 0.24 | 0.24 | 316.59 | 0.77 | 0.43 |
| Hex | C3 | 19 | 94 | 0 | 57 | 18 | 18 | 13D | 4D | 2B |
| Octal | 303 | 31 | 224 | 0 | 127 | 30 | 30 | 475 | 115 | 53 |
| Binary | 11000011 | 11001 | 10010100 | 0 | 1010111 | 11000 | 11000 | 100111101 | 1001101 | 101011 |
Color Harmonies of #C31994
Complementary color
Monochromatic Colors of #C31994
Black with #C31994
Text Example
Text Example
White with #C31994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31994; }
p { color: rgb(195,25,148); }
H1.HeaderClassName
{
color: #C31994;
}
.AnyTagClassName
{
color: #C31994;
}
</style>
background-color css
<style>
a { background-color: #C31994; }
a { background-color: rgb(195,25,148); }
div.DivClassName
{
background-color: #C31994;
}
.BgClassName
{
background-color: #C31994;
}
</style>
border-color css
<style>
span { border-color: #C31994; }
span { border-color: rgb(195,25,148); }
td.TdClassName
{
border-color: #C31994;
}
.TagClassName
{
border-color: #C31994;
}
</style>