Shades of Medium Violet Red #C31296
Tints of Medium Violet Red #C31296
RGB
CMYK
RGB Variations
Color information
#C31296 (or 0xC31296) is known color: Medium Violet Red. HEX triplet: C3, 12 and 96. RGB value is (195,18,150). Sum of RGB (Red+Green+Blue) = 195+18+150=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31296 is #3CED69. Grayscale: #555555. Windows color (decimal): -3992938 or 9835203. OLE color: 9835203.
HSL color Cylindrical-coordinate representation of color #C31296: hue angle of 315.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31296 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 150 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.24 |
| HSL | 315.25º | 0.83% | 0.42% | - |
| HSV(B) | 315.25º | 0.91% | 0.76% | - |
| XYZ | 28.23 | 14.24 | 30.11 | - |
| YUV | 85.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 150 | 0 | 0.91 | 0.23 | 0.24 | 315.25 | 0.83 | 0.42 |
| Hex | C3 | 12 | 96 | 0 | 5B | 17 | 18 | 13B | 53 | 2A |
| Octal | 303 | 22 | 226 | 0 | 133 | 27 | 30 | 473 | 123 | 52 |
| Binary | 11000011 | 10010 | 10010110 | 0 | 1011011 | 10111 | 11000 | 100111011 | 1010011 | 101010 |
Color Harmonies of #C31296
Complementary color
Monochromatic Colors of #C31296
Black with #C31296
Text Example
Text Example
White with #C31296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31296; }
p { color: rgb(195,18,150); }
H1.HeaderClassName
{
color: #C31296;
}
.AnyTagClassName
{
color: #C31296;
}
</style>
background-color css
<style>
a { background-color: #C31296; }
a { background-color: rgb(195,18,150); }
div.DivClassName
{
background-color: #C31296;
}
.BgClassName
{
background-color: #C31296;
}
</style>
border-color css
<style>
span { border-color: #C31296; }
span { border-color: rgb(195,18,150); }
td.TdClassName
{
border-color: #C31296;
}
.TagClassName
{
border-color: #C31296;
}
</style>