Shades of Medium Violet Red #C7078A
Tints of Medium Violet Red #C7078A
RGB
CMYK
RGB Variations
Color information
#C7078A (or 0xC7078A) is known color: Medium Violet Red. HEX triplet: C7, 07 and 8A. RGB value is (199,7,138). Sum of RGB (Red+Green+Blue) = 199+7+138=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7078A is #38F875. Grayscale: #4F4F4F. Windows color (decimal): -3733622 or 9045959. OLE color: 9045959.
HSL color Cylindrical-coordinate representation of color #C7078A: hue angle of 319.06º 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 #C7078A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.22 |
| HSL | 319.06º | 0.93% | 0.4% | - |
| HSV(B) | 319.06º | 0.96% | 0.78% | - |
| XYZ | 28.22 | 14.13 | 25.28 | - |
| YUV | 79.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 138 | 0 | 0.96 | 0.31 | 0.22 | 319.06 | 0.93 | 0.4 |
| Hex | C7 | 7 | 8A | 0 | 60 | 1F | 16 | 13F | 5D | 28 |
| Octal | 307 | 7 | 212 | 0 | 140 | 37 | 26 | 477 | 135 | 50 |
| Binary | 11000111 | 111 | 10001010 | 0 | 1100000 | 11111 | 10110 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C7078A
Complementary color
Monochromatic Colors of #C7078A
Black with #C7078A
Text Example
Text Example
White with #C7078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7078A; }
p { color: rgb(199,7,138); }
H1.HeaderClassName
{
color: #C7078A;
}
.AnyTagClassName
{
color: #C7078A;
}
</style>
background-color css
<style>
a { background-color: #C7078A; }
a { background-color: rgb(199,7,138); }
div.DivClassName
{
background-color: #C7078A;
}
.BgClassName
{
background-color: #C7078A;
}
</style>
border-color css
<style>
span { border-color: #C7078A; }
span { border-color: rgb(199,7,138); }
td.TdClassName
{
border-color: #C7078A;
}
.TagClassName
{
border-color: #C7078A;
}
</style>