Shades of Medium Violet Red #C31594
Tints of Medium Violet Red #C31594
RGB
CMYK
RGB Variations
Color information
#C31594 (or 0xC31594) is known color: Medium Violet Red. HEX triplet: C3, 15 and 94. RGB value is (195,21,148). Sum of RGB (Red+Green+Blue) = 195+21+148=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31594 is #3CEA6B. Grayscale: #575757. Windows color (decimal): -3992172 or 9704899. OLE color: 9704899.
HSL color Cylindrical-coordinate representation of color #C31594: hue angle of 316.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31594 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 148 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.24 |
| HSL | 316.21º | 0.81% | 0.42% | - |
| HSV(B) | 316.21º | 0.89% | 0.76% | - |
| XYZ | 28.12 | 14.28 | 29.29 | - |
| YUV | 87.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 148 | 0 | 0.89 | 0.24 | 0.24 | 316.21 | 0.81 | 0.42 |
| Hex | C3 | 15 | 94 | 0 | 59 | 18 | 18 | 13C | 51 | 2A |
| Octal | 303 | 25 | 224 | 0 | 131 | 30 | 30 | 474 | 121 | 52 |
| Binary | 11000011 | 10101 | 10010100 | 0 | 1011001 | 11000 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C31594
Complementary color
Monochromatic Colors of #C31594
Black with #C31594
Text Example
Text Example
White with #C31594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31594; }
p { color: rgb(195,21,148); }
H1.HeaderClassName
{
color: #C31594;
}
.AnyTagClassName
{
color: #C31594;
}
</style>
background-color css
<style>
a { background-color: #C31594; }
a { background-color: rgb(195,21,148); }
div.DivClassName
{
background-color: #C31594;
}
.BgClassName
{
background-color: #C31594;
}
</style>
border-color css
<style>
span { border-color: #C31594; }
span { border-color: rgb(195,21,148); }
td.TdClassName
{
border-color: #C31594;
}
.TagClassName
{
border-color: #C31594;
}
</style>