Shades of Medium Violet Red #C8016F
Tints of Medium Violet Red #C8016F
RGB
CMYK
RGB Variations
Color information
#C8016F (or 0xC8016F) is known color: Medium Violet Red. HEX triplet: C8, 01 and 6F. RGB value is (200,1,111). Sum of RGB (Red+Green+Blue) = 200+1+111=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8016F is #37FE90. Grayscale: #484848. Windows color (decimal): -3669649 or 7274952. OLE color: 7274952.
HSL color Cylindrical-coordinate representation of color #C8016F: hue angle of 326.83º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8016F is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.22 |
| HSL | 326.83º | 0.99% | 0.39% | - |
| HSV(B) | 326.83º | 1% | 0.78% | - |
| XYZ | 26.7 | 13.45 | 16.23 | - |
| YUV | 73.04 | 149.43 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 111 | 0 | 1.00 | 0.44 | 0.22 | 326.83 | 0.99 | 0.39 |
| Hex | C8 | 1 | 6F | 0 | 64 | 2C | 16 | 147 | 63 | 27 |
| Octal | 310 | 1 | 157 | 0 | 144 | 54 | 26 | 507 | 143 | 47 |
| Binary | 11001000 | 1 | 1101111 | 0 | 1100100 | 101100 | 10110 | 101000111 | 1100011 | 100111 |
Color Harmonies of #C8016F
Complementary color
Monochromatic Colors of #C8016F
Black with #C8016F
Text Example
Text Example
White with #C8016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8016F; }
p { color: rgb(200,1,111); }
H1.HeaderClassName
{
color: #C8016F;
}
.AnyTagClassName
{
color: #C8016F;
}
</style>
background-color css
<style>
a { background-color: #C8016F; }
a { background-color: rgb(200,1,111); }
div.DivClassName
{
background-color: #C8016F;
}
.BgClassName
{
background-color: #C8016F;
}
</style>
border-color css
<style>
span { border-color: #C8016F; }
span { border-color: rgb(200,1,111); }
td.TdClassName
{
border-color: #C8016F;
}
.TagClassName
{
border-color: #C8016F;
}
</style>