Shades of Medium Violet Red #C31292
Tints of Medium Violet Red #C31292
RGB
CMYK
RGB Variations
Color information
#C31292 (or 0xC31292) is known color: Medium Violet Red. HEX triplet: C3, 12 and 92. RGB value is (195,18,146). Sum of RGB (Red+Green+Blue) = 195+18+146=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31292 is #3CED6D. Grayscale: #555555. Windows color (decimal): -3992942 or 9573059. OLE color: 9573059.
HSL color Cylindrical-coordinate representation of color #C31292: hue angle of 316.61º 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 #C31292 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 146 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.24 |
| HSL | 316.61º | 0.83% | 0.42% | - |
| HSV(B) | 316.61º | 0.91% | 0.76% | - |
| XYZ | 27.91 | 14.11 | 28.45 | - |
| YUV | 85.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 146 | 0 | 0.91 | 0.25 | 0.24 | 316.61 | 0.83 | 0.42 |
| Hex | C3 | 12 | 92 | 0 | 5B | 19 | 18 | 13D | 53 | 2A |
| Octal | 303 | 22 | 222 | 0 | 133 | 31 | 30 | 475 | 123 | 52 |
| Binary | 11000011 | 10010 | 10010010 | 0 | 1011011 | 11001 | 11000 | 100111101 | 1010011 | 101010 |
Color Harmonies of #C31292
Complementary color
Monochromatic Colors of #C31292
Black with #C31292
Text Example
Text Example
White with #C31292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31292; }
p { color: rgb(195,18,146); }
H1.HeaderClassName
{
color: #C31292;
}
.AnyTagClassName
{
color: #C31292;
}
</style>
background-color css
<style>
a { background-color: #C31292; }
a { background-color: rgb(195,18,146); }
div.DivClassName
{
background-color: #C31292;
}
.BgClassName
{
background-color: #C31292;
}
</style>
border-color css
<style>
span { border-color: #C31292; }
span { border-color: rgb(195,18,146); }
td.TdClassName
{
border-color: #C31292;
}
.TagClassName
{
border-color: #C31292;
}
</style>