Shades of Medium Violet Red #C2139E
Tints of Medium Violet Red #C2139E
RGB
CMYK
RGB Variations
Color information
#C2139E (or 0xC2139E) is known color: Medium Violet Red. HEX triplet: C2, 13 and 9E. RGB value is (194,19,158). Sum of RGB (Red+Green+Blue) = 194+19+158=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2139E is #3DEC61. Grayscale: #565656. Windows color (decimal): -4058210 or 10359746. OLE color: 10359746.
HSL color Cylindrical-coordinate representation of color #C2139E: hue angle of 312.34º 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 #C2139E is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.24 |
| HSL | 312.34º | 0.82% | 0.42% | - |
| HSV(B) | 312.34º | 0.9% | 0.76% | - |
| XYZ | 28.65 | 14.4 | 33.62 | - |
| YUV | 87.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 158 | 0 | 0.90 | 0.19 | 0.24 | 312.34 | 0.82 | 0.42 |
| Hex | C2 | 13 | 9E | 0 | 5A | 13 | 18 | 138 | 52 | 2A |
| Octal | 302 | 23 | 236 | 0 | 132 | 23 | 30 | 470 | 122 | 52 |
| Binary | 11000010 | 10011 | 10011110 | 0 | 1011010 | 10011 | 11000 | 100111000 | 1010010 | 101010 |
Color Harmonies of #C2139E
Complementary color
Monochromatic Colors of #C2139E
Black with #C2139E
Text Example
Text Example
White with #C2139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2139E; }
p { color: rgb(194,19,158); }
H1.HeaderClassName
{
color: #C2139E;
}
.AnyTagClassName
{
color: #C2139E;
}
</style>
background-color css
<style>
a { background-color: #C2139E; }
a { background-color: rgb(194,19,158); }
div.DivClassName
{
background-color: #C2139E;
}
.BgClassName
{
background-color: #C2139E;
}
</style>
border-color css
<style>
span { border-color: #C2139E; }
span { border-color: rgb(194,19,158); }
td.TdClassName
{
border-color: #C2139E;
}
.TagClassName
{
border-color: #C2139E;
}
</style>