Shades of Medium Violet Red #C3139E
Tints of Medium Violet Red #C3139E
RGB
CMYK
RGB Variations
Color information
#C3139E (or 0xC3139E) is known color: Medium Violet Red. HEX triplet: C3, 13 and 9E. RGB value is (195,19,158). Sum of RGB (Red+Green+Blue) = 195+19+158=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3139E is #3CEC61. Grayscale: #575757. Windows color (decimal): -3992674 or 10359747. OLE color: 10359747.
HSL color Cylindrical-coordinate representation of color #C3139E: hue angle of 312.61º 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 #C3139E is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.24 |
| HSL | 312.61º | 0.82% | 0.42% | - |
| HSV(B) | 312.61º | 0.9% | 0.76% | - |
| XYZ | 28.91 | 14.54 | 33.63 | - |
| YUV | 87.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 158 | 0 | 0.90 | 0.19 | 0.24 | 312.61 | 0.82 | 0.42 |
| Hex | C3 | 13 | 9E | 0 | 5A | 13 | 18 | 139 | 52 | 2A |
| Octal | 303 | 23 | 236 | 0 | 132 | 23 | 30 | 471 | 122 | 52 |
| Binary | 11000011 | 10011 | 10011110 | 0 | 1011010 | 10011 | 11000 | 100111001 | 1010010 | 101010 |
Color Harmonies of #C3139E
Complementary color
Monochromatic Colors of #C3139E
Black with #C3139E
Text Example
Text Example
White with #C3139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3139E; }
p { color: rgb(195,19,158); }
H1.HeaderClassName
{
color: #C3139E;
}
.AnyTagClassName
{
color: #C3139E;
}
</style>
background-color css
<style>
a { background-color: #C3139E; }
a { background-color: rgb(195,19,158); }
div.DivClassName
{
background-color: #C3139E;
}
.BgClassName
{
background-color: #C3139E;
}
</style>
border-color css
<style>
span { border-color: #C3139E; }
span { border-color: rgb(195,19,158); }
td.TdClassName
{
border-color: #C3139E;
}
.TagClassName
{
border-color: #C3139E;
}
</style>