Shades of Medium Violet Red #C31392
Tints of Medium Violet Red #C31392
RGB
CMYK
RGB Variations
Color information
#C31392 (or 0xC31392) is known color: Medium Violet Red. HEX triplet: C3, 13 and 92. RGB value is (195,19,146). Sum of RGB (Red+Green+Blue) = 195+19+146=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C31392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31392 is #3CEC6D. Grayscale: #555555. Windows color (decimal): -3992686 or 9573315. OLE color: 9573315.
HSL color Cylindrical-coordinate representation of color #C31392: hue angle of 316.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31392 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.7º | 0.82% | 0.42% | - |
| HSV(B) | 316.7º | 0.9% | 0.76% | - |
| XYZ | 27.93 | 14.14 | 28.45 | - |
| YUV | 86.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 146 | 0 | 0.90 | 0.25 | 0.24 | 316.7 | 0.82 | 0.42 |
| Hex | C3 | 13 | 92 | 0 | 5A | 19 | 18 | 13D | 52 | 2A |
| Octal | 303 | 23 | 222 | 0 | 132 | 31 | 30 | 475 | 122 | 52 |
| Binary | 11000011 | 10011 | 10010010 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010010 | 101010 |
Color Harmonies of #C31392
Complementary color
Monochromatic Colors of #C31392
Black with #C31392
Text Example
Text Example
White with #C31392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31392; }
p { color: rgb(195,19,146); }
H1.HeaderClassName
{
color: #C31392;
}
.AnyTagClassName
{
color: #C31392;
}
</style>
background-color css
<style>
a { background-color: #C31392; }
a { background-color: rgb(195,19,146); }
div.DivClassName
{
background-color: #C31392;
}
.BgClassName
{
background-color: #C31392;
}
</style>
border-color css
<style>
span { border-color: #C31392; }
span { border-color: rgb(195,19,146); }
td.TdClassName
{
border-color: #C31392;
}
.TagClassName
{
border-color: #C31392;
}
</style>