Shades of Medium Violet Red #C70A78
Tints of Medium Violet Red #C70A78
RGB
CMYK
RGB Variations
Color information
#C70A78 (or 0xC70A78) is known color: Medium Violet Red. HEX triplet: C7, 0A and 78. RGB value is (199,10,120). Sum of RGB (Red+Green+Blue) = 199+10+120=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A78 is #38F587. Grayscale: #4E4E4E. Windows color (decimal): -3732872 or 7867079. OLE color: 7867079.
HSL color Cylindrical-coordinate representation of color #C70A78: hue angle of 325.08º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A78 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.22 |
| HSL | 325.08º | 0.9% | 0.41% | - |
| HSV(B) | 325.08º | 0.95% | 0.78% | - |
| XYZ | 27.05 | 13.72 | 18.99 | - |
| YUV | 79.05 | 151.12 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 120 | 0 | 0.95 | 0.40 | 0.22 | 325.08 | 0.9 | 0.41 |
| Hex | C7 | A | 78 | 0 | 5F | 28 | 16 | 145 | 5A | 29 |
| Octal | 307 | 12 | 170 | 0 | 137 | 50 | 26 | 505 | 132 | 51 |
| Binary | 11000111 | 1010 | 1111000 | 0 | 1011111 | 101000 | 10110 | 101000101 | 1011010 | 101001 |
Color Harmonies of #C70A78
Complementary color
Monochromatic Colors of #C70A78
Black with #C70A78
Text Example
Text Example
White with #C70A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A78; }
p { color: rgb(199,10,120); }
H1.HeaderClassName
{
color: #C70A78;
}
.AnyTagClassName
{
color: #C70A78;
}
</style>
background-color css
<style>
a { background-color: #C70A78; }
a { background-color: rgb(199,10,120); }
div.DivClassName
{
background-color: #C70A78;
}
.BgClassName
{
background-color: #C70A78;
}
</style>
border-color css
<style>
span { border-color: #C70A78; }
span { border-color: rgb(199,10,120); }
td.TdClassName
{
border-color: #C70A78;
}
.TagClassName
{
border-color: #C70A78;
}
</style>