Shades of Medium Violet Red #C7079B
Tints of Medium Violet Red #C7079B
RGB
CMYK
RGB Variations
Color information
#C7079B (or 0xC7079B) is known color: Medium Violet Red. HEX triplet: C7, 07 and 9B. RGB value is (199,7,155). Sum of RGB (Red+Green+Blue) = 199+7+155=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7079B is #38F864. Grayscale: #505050. Windows color (decimal): -3733605 or 10160071. OLE color: 10160071.
HSL color Cylindrical-coordinate representation of color #C7079B: hue angle of 313.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7079B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 313.75º | 0.93% | 0.4% | - |
| HSV(B) | 313.75º | 0.96% | 0.78% | - |
| XYZ | 29.55 | 14.66 | 32.28 | - |
| YUV | 81.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 155 | 0 | 0.96 | 0.22 | 0.22 | 313.75 | 0.93 | 0.4 |
| Hex | C7 | 7 | 9B | 0 | 60 | 16 | 16 | 13A | 5D | 28 |
| Octal | 307 | 7 | 233 | 0 | 140 | 26 | 26 | 472 | 135 | 50 |
| Binary | 11000111 | 111 | 10011011 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C7079B
Complementary color
Monochromatic Colors of #C7079B
Black with #C7079B
Text Example
Text Example
White with #C7079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7079B; }
p { color: rgb(199,7,155); }
H1.HeaderClassName
{
color: #C7079B;
}
.AnyTagClassName
{
color: #C7079B;
}
</style>
background-color css
<style>
a { background-color: #C7079B; }
a { background-color: rgb(199,7,155); }
div.DivClassName
{
background-color: #C7079B;
}
.BgClassName
{
background-color: #C7079B;
}
</style>
border-color css
<style>
span { border-color: #C7079B; }
span { border-color: rgb(199,7,155); }
td.TdClassName
{
border-color: #C7079B;
}
.TagClassName
{
border-color: #C7079B;
}
</style>