Shades of Medium Violet Red #C70A7A
Tints of Medium Violet Red #C70A7A
RGB
CMYK
RGB Variations
Color information
#C70A7A (or 0xC70A7A) is known color: Medium Violet Red. HEX triplet: C7, 0A and 7A. RGB value is (199,10,122). Sum of RGB (Red+Green+Blue) = 199+10+122=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A7A is #38F585. Grayscale: #4F4F4F. Windows color (decimal): -3732870 or 7998151. OLE color: 7998151.
HSL color Cylindrical-coordinate representation of color #C70A7A: hue angle of 324.44º 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 #C70A7A is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.22 |
| HSL | 324.44º | 0.9% | 0.41% | - |
| HSV(B) | 324.44º | 0.95% | 0.78% | - |
| XYZ | 27.17 | 13.76 | 19.64 | - |
| YUV | 79.28 | 152.12 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 122 | 0 | 0.95 | 0.39 | 0.22 | 324.44 | 0.9 | 0.41 |
| Hex | C7 | A | 7A | 0 | 5F | 27 | 16 | 144 | 5A | 29 |
| Octal | 307 | 12 | 172 | 0 | 137 | 47 | 26 | 504 | 132 | 51 |
| Binary | 11000111 | 1010 | 1111010 | 0 | 1011111 | 100111 | 10110 | 101000100 | 1011010 | 101001 |
Color Harmonies of #C70A7A
Complementary color
Monochromatic Colors of #C70A7A
Black with #C70A7A
Text Example
Text Example
White with #C70A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A7A; }
p { color: rgb(199,10,122); }
H1.HeaderClassName
{
color: #C70A7A;
}
.AnyTagClassName
{
color: #C70A7A;
}
</style>
background-color css
<style>
a { background-color: #C70A7A; }
a { background-color: rgb(199,10,122); }
div.DivClassName
{
background-color: #C70A7A;
}
.BgClassName
{
background-color: #C70A7A;
}
</style>
border-color css
<style>
span { border-color: #C70A7A; }
span { border-color: rgb(199,10,122); }
td.TdClassName
{
border-color: #C70A7A;
}
.TagClassName
{
border-color: #C70A7A;
}
</style>