Shades of Medium Violet Red #C70878
Tints of Medium Violet Red #C70878
RGB
CMYK
RGB Variations
Color information
#C70878 (or 0xC70878) is known color: Medium Violet Red. HEX triplet: C7, 08 and 78. RGB value is (199,8,120). Sum of RGB (Red+Green+Blue) = 199+8+120=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C70878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70878 is #38F787. Grayscale: #4D4D4D. Windows color (decimal): -3733384 or 7866567. OLE color: 7866567.
HSL color Cylindrical-coordinate representation of color #C70878: hue angle of 324.82º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70878 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.22 |
| HSL | 324.82º | 0.92% | 0.41% | - |
| HSV(B) | 324.82º | 0.96% | 0.78% | - |
| XYZ | 27.03 | 13.67 | 18.98 | - |
| YUV | 77.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 120 | 0 | 0.96 | 0.40 | 0.22 | 324.82 | 0.92 | 0.41 |
| Hex | C7 | 8 | 78 | 0 | 60 | 28 | 16 | 145 | 5C | 29 |
| Octal | 307 | 10 | 170 | 0 | 140 | 50 | 26 | 505 | 134 | 51 |
| Binary | 11000111 | 1000 | 1111000 | 0 | 1100000 | 101000 | 10110 | 101000101 | 1011100 | 101001 |
Color Harmonies of #C70878
Complementary color
Monochromatic Colors of #C70878
Black with #C70878
Text Example
Text Example
White with #C70878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70878; }
p { color: rgb(199,8,120); }
H1.HeaderClassName
{
color: #C70878;
}
.AnyTagClassName
{
color: #C70878;
}
</style>
background-color css
<style>
a { background-color: #C70878; }
a { background-color: rgb(199,8,120); }
div.DivClassName
{
background-color: #C70878;
}
.BgClassName
{
background-color: #C70878;
}
</style>
border-color css
<style>
span { border-color: #C70878; }
span { border-color: rgb(199,8,120); }
td.TdClassName
{
border-color: #C70878;
}
.TagClassName
{
border-color: #C70878;
}
</style>