Shades of Medium Violet Red #C7016F
Tints of Medium Violet Red #C7016F
RGB
CMYK
RGB Variations
Color information
#C7016F (or 0xC7016F) is known color: Medium Violet Red. HEX triplet: C7, 01 and 6F. RGB value is (199,1,111). Sum of RGB (Red+Green+Blue) = 199+1+111=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7016F is #38FE90. Grayscale: #484848. Windows color (decimal): -3735185 or 7274951. OLE color: 7274951.
HSL color Cylindrical-coordinate representation of color #C7016F: hue angle of 326.67º 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 #C7016F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.22 |
| HSL | 326.67º | 0.99% | 0.39% | - |
| HSV(B) | 326.67º | 0.99% | 0.78% | - |
| XYZ | 26.43 | 13.31 | 16.22 | - |
| YUV | 72.74 | 149.6 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 111 | 0 | 0.99 | 0.44 | 0.22 | 326.67 | 0.99 | 0.39 |
| Hex | C7 | 1 | 6F | 0 | 63 | 2C | 16 | 147 | 63 | 27 |
| Octal | 307 | 1 | 157 | 0 | 143 | 54 | 26 | 507 | 143 | 47 |
| Binary | 11000111 | 1 | 1101111 | 0 | 1100011 | 101100 | 10110 | 101000111 | 1100011 | 100111 |
Color Harmonies of #C7016F
Complementary color
Monochromatic Colors of #C7016F
Black with #C7016F
Text Example
Text Example
White with #C7016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7016F; }
p { color: rgb(199,1,111); }
H1.HeaderClassName
{
color: #C7016F;
}
.AnyTagClassName
{
color: #C7016F;
}
</style>
background-color css
<style>
a { background-color: #C7016F; }
a { background-color: rgb(199,1,111); }
div.DivClassName
{
background-color: #C7016F;
}
.BgClassName
{
background-color: #C7016F;
}
</style>
border-color css
<style>
span { border-color: #C7016F; }
span { border-color: rgb(199,1,111); }
td.TdClassName
{
border-color: #C7016F;
}
.TagClassName
{
border-color: #C7016F;
}
</style>