Shades of Medium Violet Red #C70C95
Tints of Medium Violet Red #C70C95
RGB
CMYK
RGB Variations
Color information
#C70C95 (or 0xC70C95) is known color: Medium Violet Red. HEX triplet: C7, 0C and 95. RGB value is (199,12,149). Sum of RGB (Red+Green+Blue) = 199+12+149=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70C95 is #38F36A. Grayscale: #535353. Windows color (decimal): -3732331 or 9768135. OLE color: 9768135.
HSL color Cylindrical-coordinate representation of color #C70C95: hue angle of 316.04º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70C95 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.22 |
| HSL | 316.04º | 0.89% | 0.41% | - |
| HSV(B) | 316.04º | 0.94% | 0.78% | - |
| XYZ | 29.11 | 14.57 | 29.71 | - |
| YUV | 83.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 149 | 0 | 0.94 | 0.25 | 0.22 | 316.04 | 0.89 | 0.41 |
| Hex | C7 | C | 95 | 0 | 5E | 19 | 16 | 13C | 59 | 29 |
| Octal | 307 | 14 | 225 | 0 | 136 | 31 | 26 | 474 | 131 | 51 |
| Binary | 11000111 | 1100 | 10010101 | 0 | 1011110 | 11001 | 10110 | 100111100 | 1011001 | 101001 |
Color Harmonies of #C70C95
Complementary color
Monochromatic Colors of #C70C95
Black with #C70C95
Text Example
Text Example
White with #C70C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C95; }
p { color: rgb(199,12,149); }
H1.HeaderClassName
{
color: #C70C95;
}
.AnyTagClassName
{
color: #C70C95;
}
</style>
background-color css
<style>
a { background-color: #C70C95; }
a { background-color: rgb(199,12,149); }
div.DivClassName
{
background-color: #C70C95;
}
.BgClassName
{
background-color: #C70C95;
}
</style>
border-color css
<style>
span { border-color: #C70C95; }
span { border-color: rgb(199,12,149); }
td.TdClassName
{
border-color: #C70C95;
}
.TagClassName
{
border-color: #C70C95;
}
</style>