Shades of Medium Violet Red #C7049D
Tints of Medium Violet Red #C7049D
RGB
CMYK
RGB Variations
Color information
#C7049D (or 0xC7049D) is known color: Medium Violet Red. HEX triplet: C7, 04 and 9D. RGB value is (199,4,157). Sum of RGB (Red+Green+Blue) = 199+4+157=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7049D is #38FB62. Grayscale: #4F4F4F. Windows color (decimal): -3734371 or 10290375. OLE color: 10290375.
HSL color Cylindrical-coordinate representation of color #C7049D: hue angle of 312.92º 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 #C7049D is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.22 |
| HSL | 312.92º | 0.96% | 0.4% | - |
| HSV(B) | 312.92º | 0.98% | 0.78% | - |
| XYZ | 29.68 | 14.66 | 33.16 | - |
| YUV | 79.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 157 | 0 | 0.98 | 0.21 | 0.22 | 312.92 | 0.96 | 0.4 |
| Hex | C7 | 4 | 9D | 0 | 62 | 15 | 16 | 139 | 60 | 28 |
| Octal | 307 | 4 | 235 | 0 | 142 | 25 | 26 | 471 | 140 | 50 |
| Binary | 11000111 | 100 | 10011101 | 0 | 1100010 | 10101 | 10110 | 100111001 | 1100000 | 101000 |
Color Harmonies of #C7049D
Complementary color
Monochromatic Colors of #C7049D
Black with #C7049D
Text Example
Text Example
White with #C7049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7049D; }
p { color: rgb(199,4,157); }
H1.HeaderClassName
{
color: #C7049D;
}
.AnyTagClassName
{
color: #C7049D;
}
</style>
background-color css
<style>
a { background-color: #C7049D; }
a { background-color: rgb(199,4,157); }
div.DivClassName
{
background-color: #C7049D;
}
.BgClassName
{
background-color: #C7049D;
}
</style>
border-color css
<style>
span { border-color: #C7049D; }
span { border-color: rgb(199,4,157); }
td.TdClassName
{
border-color: #C7049D;
}
.TagClassName
{
border-color: #C7049D;
}
</style>