Shades of Medium Violet Red #C7049E
Tints of Medium Violet Red #C7049E
RGB
CMYK
RGB Variations
Color information
#C7049E (or 0xC7049E) is known color: Medium Violet Red. HEX triplet: C7, 04 and 9E. RGB value is (199,4,158). Sum of RGB (Red+Green+Blue) = 199+4+158=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7049E is #38FB61. Grayscale: #4F4F4F. Windows color (decimal): -3734370 or 10355911. OLE color: 10355911.
HSL color Cylindrical-coordinate representation of color #C7049E: hue angle of 312.62º degrees, saturation: 0.96, 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 #C7049E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.22 |
| HSL | 312.62º | 0.96% | 0.4% | - |
| HSV(B) | 312.62º | 0.98% | 0.78% | - |
| XYZ | 29.77 | 14.7 | 33.62 | - |
| YUV | 79.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 158 | 0 | 0.98 | 0.21 | 0.22 | 312.62 | 0.96 | 0.4 |
| Hex | C7 | 4 | 9E | 0 | 62 | 15 | 16 | 139 | 60 | 28 |
| Octal | 307 | 4 | 236 | 0 | 142 | 25 | 26 | 471 | 140 | 50 |
| Binary | 11000111 | 100 | 10011110 | 0 | 1100010 | 10101 | 10110 | 100111001 | 1100000 | 101000 |
Color Harmonies of #C7049E
Complementary color
Monochromatic Colors of #C7049E
Black with #C7049E
Text Example
Text Example
White with #C7049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7049E; }
p { color: rgb(199,4,158); }
H1.HeaderClassName
{
color: #C7049E;
}
.AnyTagClassName
{
color: #C7049E;
}
</style>
background-color css
<style>
a { background-color: #C7049E; }
a { background-color: rgb(199,4,158); }
div.DivClassName
{
background-color: #C7049E;
}
.BgClassName
{
background-color: #C7049E;
}
</style>
border-color css
<style>
span { border-color: #C7049E; }
span { border-color: rgb(199,4,158); }
td.TdClassName
{
border-color: #C7049E;
}
.TagClassName
{
border-color: #C7049E;
}
</style>