Shades of Medium Violet Red #C70678
Tints of Medium Violet Red #C70678
RGB
CMYK
RGB Variations
Color information
#C70678 (or 0xC70678) is known color: Medium Violet Red. HEX triplet: C7, 06 and 78. RGB value is (199,6,120). Sum of RGB (Red+Green+Blue) = 199+6+120=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C70678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70678 is #38F987. Grayscale: #4C4C4C. Windows color (decimal): -3733896 or 7866055. OLE color: 7866055.
HSL color Cylindrical-coordinate representation of color #C70678: hue angle of 324.56º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70678 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.22 |
| HSL | 324.56º | 0.94% | 0.4% | - |
| HSV(B) | 324.56º | 0.97% | 0.78% | - |
| XYZ | 27.01 | 13.63 | 18.98 | - |
| YUV | 76.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 120 | 0 | 0.97 | 0.40 | 0.22 | 324.56 | 0.94 | 0.4 |
| Hex | C7 | 6 | 78 | 0 | 61 | 28 | 16 | 145 | 5E | 28 |
| Octal | 307 | 6 | 170 | 0 | 141 | 50 | 26 | 505 | 136 | 50 |
| Binary | 11000111 | 110 | 1111000 | 0 | 1100001 | 101000 | 10110 | 101000101 | 1011110 | 101000 |
Color Harmonies of #C70678
Complementary color
Monochromatic Colors of #C70678
Black with #C70678
Text Example
Text Example
White with #C70678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70678; }
p { color: rgb(199,6,120); }
H1.HeaderClassName
{
color: #C70678;
}
.AnyTagClassName
{
color: #C70678;
}
</style>
background-color css
<style>
a { background-color: #C70678; }
a { background-color: rgb(199,6,120); }
div.DivClassName
{
background-color: #C70678;
}
.BgClassName
{
background-color: #C70678;
}
</style>
border-color css
<style>
span { border-color: #C70678; }
span { border-color: rgb(199,6,120); }
td.TdClassName
{
border-color: #C70678;
}
.TagClassName
{
border-color: #C70678;
}
</style>