Shades of Medium Violet Red #C7039E
Tints of Medium Violet Red #C7039E
RGB
CMYK
RGB Variations
Color information
#C7039E (or 0xC7039E) is known color: Medium Violet Red. HEX triplet: C7, 03 and 9E. RGB value is (199,3,158). Sum of RGB (Red+Green+Blue) = 199+3+158=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7039E is #38FC61. Grayscale: #4E4E4E. Windows color (decimal): -3734626 or 10355655. OLE color: 10355655.
HSL color Cylindrical-coordinate representation of color #C7039E: hue angle of 312.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7039E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 158 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.22 |
| HSL | 312.55º | 0.97% | 0.4% | - |
| HSV(B) | 312.55º | 0.98% | 0.78% | - |
| XYZ | 29.76 | 14.68 | 33.61 | - |
| YUV | 79.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 158 | 0 | 0.98 | 0.21 | 0.22 | 312.55 | 0.97 | 0.4 |
| Hex | C7 | 3 | 9E | 0 | 62 | 15 | 16 | 139 | 61 | 28 |
| Octal | 307 | 3 | 236 | 0 | 142 | 25 | 26 | 471 | 141 | 50 |
| Binary | 11000111 | 11 | 10011110 | 0 | 1100010 | 10101 | 10110 | 100111001 | 1100001 | 101000 |
Color Harmonies of #C7039E
Complementary color
Monochromatic Colors of #C7039E
Black with #C7039E
Text Example
Text Example
White with #C7039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7039E; }
p { color: rgb(199,3,158); }
H1.HeaderClassName
{
color: #C7039E;
}
.AnyTagClassName
{
color: #C7039E;
}
</style>
background-color css
<style>
a { background-color: #C7039E; }
a { background-color: rgb(199,3,158); }
div.DivClassName
{
background-color: #C7039E;
}
.BgClassName
{
background-color: #C7039E;
}
</style>
border-color css
<style>
span { border-color: #C7039E; }
span { border-color: rgb(199,3,158); }
td.TdClassName
{
border-color: #C7039E;
}
.TagClassName
{
border-color: #C7039E;
}
</style>