Shades of Medium Violet Red #C31393
Tints of Medium Violet Red #C31393
RGB
CMYK
RGB Variations
Color information
#C31393 (or 0xC31393) is known color: Medium Violet Red. HEX triplet: C3, 13 and 93. RGB value is (195,19,147). Sum of RGB (Red+Green+Blue) = 195+19+147=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C31393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31393 is #3CEC6C. Grayscale: #555555. Windows color (decimal): -3992685 or 9638851. OLE color: 9638851.
HSL color Cylindrical-coordinate representation of color #C31393: hue angle of 316.36º 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 #C31393 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 147 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.36º | 0.82% | 0.42% | - |
| HSV(B) | 316.36º | 0.9% | 0.76% | - |
| XYZ | 28.01 | 14.17 | 28.86 | - |
| YUV | 86.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 147 | 0 | 0.90 | 0.25 | 0.24 | 316.36 | 0.82 | 0.42 |
| Hex | C3 | 13 | 93 | 0 | 5A | 19 | 18 | 13C | 52 | 2A |
| Octal | 303 | 23 | 223 | 0 | 132 | 31 | 30 | 474 | 122 | 52 |
| Binary | 11000011 | 10011 | 10010011 | 0 | 1011010 | 11001 | 11000 | 100111100 | 1010010 | 101010 |
Color Harmonies of #C31393
Complementary color
Monochromatic Colors of #C31393
Black with #C31393
Text Example
Text Example
White with #C31393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31393; }
p { color: rgb(195,19,147); }
H1.HeaderClassName
{
color: #C31393;
}
.AnyTagClassName
{
color: #C31393;
}
</style>
background-color css
<style>
a { background-color: #C31393; }
a { background-color: rgb(195,19,147); }
div.DivClassName
{
background-color: #C31393;
}
.BgClassName
{
background-color: #C31393;
}
</style>
border-color css
<style>
span { border-color: #C31393; }
span { border-color: rgb(195,19,147); }
td.TdClassName
{
border-color: #C31393;
}
.TagClassName
{
border-color: #C31393;
}
</style>