Shades of Medium Violet Red #C70176
Tints of Medium Violet Red #C70176
RGB
CMYK
RGB Variations
Color information
#C70176 (or 0xC70176) is known color: Medium Violet Red. HEX triplet: C7, 01 and 76. RGB value is (199,1,118). Sum of RGB (Red+Green+Blue) = 199+1+118=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C70176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70176 is #38FE89. Grayscale: #494949. Windows color (decimal): -3735178 or 7733703. OLE color: 7733703.
HSL color Cylindrical-coordinate representation of color #C70176: hue angle of 324.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70176 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.22 |
| HSL | 324.55º | 0.99% | 0.39% | - |
| HSV(B) | 324.55º | 0.99% | 0.78% | - |
| XYZ | 26.83 | 13.47 | 18.33 | - |
| YUV | 73.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 118 | 0 | 0.99 | 0.41 | 0.22 | 324.55 | 0.99 | 0.39 |
| Hex | C7 | 1 | 76 | 0 | 63 | 29 | 16 | 145 | 63 | 27 |
| Octal | 307 | 1 | 166 | 0 | 143 | 51 | 26 | 505 | 143 | 47 |
| Binary | 11000111 | 1 | 1110110 | 0 | 1100011 | 101001 | 10110 | 101000101 | 1100011 | 100111 |
Color Harmonies of #C70176
Complementary color
Monochromatic Colors of #C70176
Black with #C70176
Text Example
Text Example
White with #C70176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70176; }
p { color: rgb(199,1,118); }
H1.HeaderClassName
{
color: #C70176;
}
.AnyTagClassName
{
color: #C70176;
}
</style>
background-color css
<style>
a { background-color: #C70176; }
a { background-color: rgb(199,1,118); }
div.DivClassName
{
background-color: #C70176;
}
.BgClassName
{
background-color: #C70176;
}
</style>
border-color css
<style>
span { border-color: #C70176; }
span { border-color: rgb(199,1,118); }
td.TdClassName
{
border-color: #C70176;
}
.TagClassName
{
border-color: #C70176;
}
</style>