Shades of Medium Violet Red #C70A6E
Tints of Medium Violet Red #C70A6E
RGB
CMYK
RGB Variations
Color information
#C70A6E (or 0xC70A6E) is known color: Medium Violet Red. HEX triplet: C7, 0A and 6E. RGB value is (199,10,110). Sum of RGB (Red+Green+Blue) = 199+10+110=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A6E is #38F591. Grayscale: #4D4D4D. Windows color (decimal): -3732882 or 7211719. OLE color: 7211719.
HSL color Cylindrical-coordinate representation of color #C70A6E: hue angle of 328.25º 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 #C70A6E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.22 |
| HSL | 328.25º | 0.9% | 0.41% | - |
| HSV(B) | 328.25º | 0.95% | 0.78% | - |
| XYZ | 26.48 | 13.48 | 15.96 | - |
| YUV | 77.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 110 | 0 | 0.95 | 0.45 | 0.22 | 328.25 | 0.9 | 0.41 |
| Hex | C7 | A | 6E | 0 | 5F | 2D | 16 | 148 | 5A | 29 |
| Octal | 307 | 12 | 156 | 0 | 137 | 55 | 26 | 510 | 132 | 51 |
| Binary | 11000111 | 1010 | 1101110 | 0 | 1011111 | 101101 | 10110 | 101001000 | 1011010 | 101001 |
Color Harmonies of #C70A6E
Complementary color
Monochromatic Colors of #C70A6E
Black with #C70A6E
Text Example
Text Example
White with #C70A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A6E; }
p { color: rgb(199,10,110); }
H1.HeaderClassName
{
color: #C70A6E;
}
.AnyTagClassName
{
color: #C70A6E;
}
</style>
background-color css
<style>
a { background-color: #C70A6E; }
a { background-color: rgb(199,10,110); }
div.DivClassName
{
background-color: #C70A6E;
}
.BgClassName
{
background-color: #C70A6E;
}
</style>
border-color css
<style>
span { border-color: #C70A6E; }
span { border-color: rgb(199,10,110); }
td.TdClassName
{
border-color: #C70A6E;
}
.TagClassName
{
border-color: #C70A6E;
}
</style>