Shades of Medium Violet Red #C6016F
Tints of Medium Violet Red #C6016F
RGB
CMYK
RGB Variations
Color information
#C6016F (or 0xC6016F) is known color: Medium Violet Red. HEX triplet: C6, 01 and 6F. RGB value is (198,1,111). Sum of RGB (Red+Green+Blue) = 198+1+111=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6016F is #39FE90. Grayscale: #484848. Windows color (decimal): -3800721 or 7274950. OLE color: 7274950.
HSL color Cylindrical-coordinate representation of color #C6016F: hue angle of 326.5º 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 #C6016F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.22 |
| HSL | 326.5º | 0.99% | 0.39% | - |
| HSV(B) | 326.5º | 0.99% | 0.78% | - |
| XYZ | 26.17 | 13.18 | 16.2 | - |
| YUV | 72.44 | 149.77 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 111 | 0 | 0.99 | 0.44 | 0.22 | 326.5 | 0.99 | 0.39 |
| Hex | C6 | 1 | 6F | 0 | 63 | 2C | 16 | 146 | 63 | 27 |
| Octal | 306 | 1 | 157 | 0 | 143 | 54 | 26 | 506 | 143 | 47 |
| Binary | 11000110 | 1 | 1101111 | 0 | 1100011 | 101100 | 10110 | 101000110 | 1100011 | 100111 |
Color Harmonies of #C6016F
Complementary color
Monochromatic Colors of #C6016F
Black with #C6016F
Text Example
Text Example
White with #C6016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6016F; }
p { color: rgb(198,1,111); }
H1.HeaderClassName
{
color: #C6016F;
}
.AnyTagClassName
{
color: #C6016F;
}
</style>
background-color css
<style>
a { background-color: #C6016F; }
a { background-color: rgb(198,1,111); }
div.DivClassName
{
background-color: #C6016F;
}
.BgClassName
{
background-color: #C6016F;
}
</style>
border-color css
<style>
span { border-color: #C6016F; }
span { border-color: rgb(198,1,111); }
td.TdClassName
{
border-color: #C6016F;
}
.TagClassName
{
border-color: #C6016F;
}
</style>