Shades of Medium Violet Red #C70078
Tints of Medium Violet Red #C70078
RGB
CMYK
RGB Variations
Color information
#C70078 (or 0xC70078) is known color: Medium Violet Red. HEX triplet: C7, 00 and 78. RGB value is (199,0,120). Sum of RGB (Red+Green+Blue) = 199+0+120=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C70078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70078 is #38FF87. Grayscale: #484848. Windows color (decimal): -3735432 or 7864519. OLE color: 7864519.
HSL color Cylindrical-coordinate representation of color #C70078: hue angle of 323.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70078 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.40 | 0.22 |
| HSL | 323.82º | 1% | 0.39% | - |
| HSV(B) | 323.82º | 1% | 0.78% | - |
| XYZ | 26.94 | 13.5 | 18.95 | - |
| YUV | 73.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 120 | 0 | 1 | 0.40 | 0.22 | 323.82 | 1 | 0.39 |
| Hex | C7 | 0 | 78 | 0 | 64 | 28 | 16 | 144 | 64 | 27 |
| Octal | 307 | 0 | 170 | 0 | 144 | 50 | 26 | 504 | 144 | 47 |
| Binary | 11000111 | 0 | 1111000 | 0 | 1100100 | 101000 | 10110 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C70078
Complementary color
Monochromatic Colors of #C70078
Black with #C70078
Text Example
Text Example
White with #C70078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70078; }
p { color: rgb(199,0,120); }
H1.HeaderClassName
{
color: #C70078;
}
.AnyTagClassName
{
color: #C70078;
}
</style>
background-color css
<style>
a { background-color: #C70078; }
a { background-color: rgb(199,0,120); }
div.DivClassName
{
background-color: #C70078;
}
.BgClassName
{
background-color: #C70078;
}
</style>
border-color css
<style>
span { border-color: #C70078; }
span { border-color: rgb(199,0,120); }
td.TdClassName
{
border-color: #C70078;
}
.TagClassName
{
border-color: #C70078;
}
</style>