Shades of Medium Violet Red #C70C8E
Tints of Medium Violet Red #C70C8E
RGB
CMYK
RGB Variations
Color information
#C70C8E (or 0xC70C8E) is known color: Medium Violet Red. HEX triplet: C7, 0C and 8E. RGB value is (199,12,142). Sum of RGB (Red+Green+Blue) = 199+12+142=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70C8E is #38F371. Grayscale: #525252. Windows color (decimal): -3732338 or 9309383. OLE color: 9309383.
HSL color Cylindrical-coordinate representation of color #C70C8E: hue angle of 318.29º 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 #C70C8E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 142 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.22 |
| HSL | 318.29º | 0.89% | 0.41% | - |
| HSV(B) | 318.29º | 0.94% | 0.78% | - |
| XYZ | 28.57 | 14.36 | 26.86 | - |
| YUV | 82.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 142 | 0 | 0.94 | 0.29 | 0.22 | 318.29 | 0.89 | 0.41 |
| Hex | C7 | C | 8E | 0 | 5E | 1D | 16 | 13E | 59 | 29 |
| Octal | 307 | 14 | 216 | 0 | 136 | 35 | 26 | 476 | 131 | 51 |
| Binary | 11000111 | 1100 | 10001110 | 0 | 1011110 | 11101 | 10110 | 100111110 | 1011001 | 101001 |
Color Harmonies of #C70C8E
Complementary color
Monochromatic Colors of #C70C8E
Black with #C70C8E
Text Example
Text Example
White with #C70C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C8E; }
p { color: rgb(199,12,142); }
H1.HeaderClassName
{
color: #C70C8E;
}
.AnyTagClassName
{
color: #C70C8E;
}
</style>
background-color css
<style>
a { background-color: #C70C8E; }
a { background-color: rgb(199,12,142); }
div.DivClassName
{
background-color: #C70C8E;
}
.BgClassName
{
background-color: #C70C8E;
}
</style>
border-color css
<style>
span { border-color: #C70C8E; }
span { border-color: rgb(199,12,142); }
td.TdClassName
{
border-color: #C70C8E;
}
.TagClassName
{
border-color: #C70C8E;
}
</style>