Shades of Medium Violet Red #C70C98
Tints of Medium Violet Red #C70C98
RGB
CMYK
RGB Variations
Color information
#C70C98 (or 0xC70C98) is known color: Medium Violet Red. HEX triplet: C7, 0C and 98. RGB value is (199,12,152). Sum of RGB (Red+Green+Blue) = 199+12+152=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70C98 is #38F367. Grayscale: #535353. Windows color (decimal): -3732328 or 9964743. OLE color: 9964743.
HSL color Cylindrical-coordinate representation of color #C70C98: hue angle of 315.08º 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 #C70C98 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 152 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.22 |
| HSL | 315.08º | 0.89% | 0.41% | - |
| HSV(B) | 315.08º | 0.94% | 0.78% | - |
| XYZ | 29.35 | 14.67 | 30.99 | - |
| YUV | 83.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 152 | 0 | 0.94 | 0.24 | 0.22 | 315.08 | 0.89 | 0.41 |
| Hex | C7 | C | 98 | 0 | 5E | 18 | 16 | 13B | 59 | 29 |
| Octal | 307 | 14 | 230 | 0 | 136 | 30 | 26 | 473 | 131 | 51 |
| Binary | 11000111 | 1100 | 10011000 | 0 | 1011110 | 11000 | 10110 | 100111011 | 1011001 | 101001 |
Color Harmonies of #C70C98
Complementary color
Monochromatic Colors of #C70C98
Black with #C70C98
Text Example
Text Example
White with #C70C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C98; }
p { color: rgb(199,12,152); }
H1.HeaderClassName
{
color: #C70C98;
}
.AnyTagClassName
{
color: #C70C98;
}
</style>
background-color css
<style>
a { background-color: #C70C98; }
a { background-color: rgb(199,12,152); }
div.DivClassName
{
background-color: #C70C98;
}
.BgClassName
{
background-color: #C70C98;
}
</style>
border-color css
<style>
span { border-color: #C70C98; }
span { border-color: rgb(199,12,152); }
td.TdClassName
{
border-color: #C70C98;
}
.TagClassName
{
border-color: #C70C98;
}
</style>