Shades of Medium Violet Red #C70A8A
Tints of Medium Violet Red #C70A8A
RGB
CMYK
RGB Variations
Color information
#C70A8A (or 0xC70A8A) is known color: Medium Violet Red. HEX triplet: C7, 0A and 8A. RGB value is (199,10,138). Sum of RGB (Red+Green+Blue) = 199+10+138=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70A8A is #38F575. Grayscale: #505050. Windows color (decimal): -3732854 or 9046727. OLE color: 9046727.
HSL color Cylindrical-coordinate representation of color #C70A8A: hue angle of 319.37º 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 #C70A8A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.22 |
| HSL | 319.37º | 0.9% | 0.41% | - |
| HSV(B) | 319.37º | 0.95% | 0.78% | - |
| XYZ | 28.25 | 14.19 | 25.3 | - |
| YUV | 81.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 138 | 0 | 0.95 | 0.31 | 0.22 | 319.37 | 0.9 | 0.41 |
| Hex | C7 | A | 8A | 0 | 5F | 1F | 16 | 13F | 5A | 29 |
| Octal | 307 | 12 | 212 | 0 | 137 | 37 | 26 | 477 | 132 | 51 |
| Binary | 11000111 | 1010 | 10001010 | 0 | 1011111 | 11111 | 10110 | 100111111 | 1011010 | 101001 |
Color Harmonies of #C70A8A
Complementary color
Monochromatic Colors of #C70A8A
Black with #C70A8A
Text Example
Text Example
White with #C70A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A8A; }
p { color: rgb(199,10,138); }
H1.HeaderClassName
{
color: #C70A8A;
}
.AnyTagClassName
{
color: #C70A8A;
}
</style>
background-color css
<style>
a { background-color: #C70A8A; }
a { background-color: rgb(199,10,138); }
div.DivClassName
{
background-color: #C70A8A;
}
.BgClassName
{
background-color: #C70A8A;
}
</style>
border-color css
<style>
span { border-color: #C70A8A; }
span { border-color: rgb(199,10,138); }
td.TdClassName
{
border-color: #C70A8A;
}
.TagClassName
{
border-color: #C70A8A;
}
</style>