Shades of Medium Violet Red #C7139E
Tints of Medium Violet Red #C7139E
RGB
CMYK
RGB Variations
Color information
#C7139E (or 0xC7139E) is known color: Medium Violet Red. HEX triplet: C7, 13 and 9E. RGB value is (199,19,158). Sum of RGB (Red+Green+Blue) = 199+19+158=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7139E is #38EC61. Grayscale: #585858. Windows color (decimal): -3730530 or 10359751. OLE color: 10359751.
HSL color Cylindrical-coordinate representation of color #C7139E: hue angle of 313.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7139E is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.22 |
| HSL | 313.67º | 0.83% | 0.43% | - |
| HSV(B) | 313.67º | 0.9% | 0.78% | - |
| XYZ | 29.96 | 15.08 | 33.68 | - |
| YUV | 88.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 158 | 0 | 0.90 | 0.21 | 0.22 | 313.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 9E | 0 | 5A | 15 | 16 | 13A | 53 | 2B |
| Octal | 307 | 23 | 236 | 0 | 132 | 25 | 26 | 472 | 123 | 53 |
| Binary | 11000111 | 10011 | 10011110 | 0 | 1011010 | 10101 | 10110 | 100111010 | 1010011 | 101011 |
Color Harmonies of #C7139E
Complementary color
Monochromatic Colors of #C7139E
Black with #C7139E
Text Example
Text Example
White with #C7139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7139E; }
p { color: rgb(199,19,158); }
H1.HeaderClassName
{
color: #C7139E;
}
.AnyTagClassName
{
color: #C7139E;
}
</style>
background-color css
<style>
a { background-color: #C7139E; }
a { background-color: rgb(199,19,158); }
div.DivClassName
{
background-color: #C7139E;
}
.BgClassName
{
background-color: #C7139E;
}
</style>
border-color css
<style>
span { border-color: #C7139E; }
span { border-color: rgb(199,19,158); }
td.TdClassName
{
border-color: #C7139E;
}
.TagClassName
{
border-color: #C7139E;
}
</style>