Shades of Medium Violet Red #C70C8C
Tints of Medium Violet Red #C70C8C
RGB
CMYK
RGB Variations
Color information
#C70C8C (or 0xC70C8C) is known color: Medium Violet Red. HEX triplet: C7, 0C and 8C. RGB value is (199,12,140). Sum of RGB (Red+Green+Blue) = 199+12+140=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70C8C is #38F373. Grayscale: #525252. Windows color (decimal): -3732340 or 9178311. OLE color: 9178311.
HSL color Cylindrical-coordinate representation of color #C70C8C: hue angle of 318.93º 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 #C70C8C is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 140 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.22 |
| HSL | 318.93º | 0.89% | 0.41% | - |
| HSV(B) | 318.93º | 0.94% | 0.78% | - |
| XYZ | 28.42 | 14.3 | 26.07 | - |
| YUV | 82.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 140 | 0 | 0.94 | 0.30 | 0.22 | 318.93 | 0.89 | 0.41 |
| Hex | C7 | C | 8C | 0 | 5E | 1E | 16 | 13F | 59 | 29 |
| Octal | 307 | 14 | 214 | 0 | 136 | 36 | 26 | 477 | 131 | 51 |
| Binary | 11000111 | 1100 | 10001100 | 0 | 1011110 | 11110 | 10110 | 100111111 | 1011001 | 101001 |
Color Harmonies of #C70C8C
Complementary color
Monochromatic Colors of #C70C8C
Black with #C70C8C
Text Example
Text Example
White with #C70C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C8C; }
p { color: rgb(199,12,140); }
H1.HeaderClassName
{
color: #C70C8C;
}
.AnyTagClassName
{
color: #C70C8C;
}
</style>
background-color css
<style>
a { background-color: #C70C8C; }
a { background-color: rgb(199,12,140); }
div.DivClassName
{
background-color: #C70C8C;
}
.BgClassName
{
background-color: #C70C8C;
}
</style>
border-color css
<style>
span { border-color: #C70C8C; }
span { border-color: rgb(199,12,140); }
td.TdClassName
{
border-color: #C70C8C;
}
.TagClassName
{
border-color: #C70C8C;
}
</style>