Shades of Medium Violet Red #C8116F
Tints of Medium Violet Red #C8116F
RGB
CMYK
RGB Variations
Color information
#C8116F (or 0xC8116F) is known color: Medium Violet Red. HEX triplet: C8, 11 and 6F. RGB value is (200,17,111). Sum of RGB (Red+Green+Blue) = 200+17+111=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8116F is #37EE90. Grayscale: #525252. Windows color (decimal): -3665553 or 7279048. OLE color: 7279048.
HSL color Cylindrical-coordinate representation of color #C8116F: hue angle of 329.18º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8116F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 111 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.22 |
| HSL | 329.18º | 0.84% | 0.43% | - |
| HSV(B) | 329.18º | 0.92% | 0.78% | - |
| XYZ | 26.89 | 13.83 | 16.29 | - |
| YUV | 82.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 111 | 0 | 0.92 | 0.44 | 0.22 | 329.18 | 0.84 | 0.43 |
| Hex | C8 | 11 | 6F | 0 | 5C | 2C | 16 | 149 | 54 | 2B |
| Octal | 310 | 21 | 157 | 0 | 134 | 54 | 26 | 511 | 124 | 53 |
| Binary | 11001000 | 10001 | 1101111 | 0 | 1011100 | 101100 | 10110 | 101001001 | 1010100 | 101011 |
Color Harmonies of #C8116F
Complementary color
Monochromatic Colors of #C8116F
Black with #C8116F
Text Example
Text Example
White with #C8116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8116F; }
p { color: rgb(200,17,111); }
H1.HeaderClassName
{
color: #C8116F;
}
.AnyTagClassName
{
color: #C8116F;
}
</style>
background-color css
<style>
a { background-color: #C8116F; }
a { background-color: rgb(200,17,111); }
div.DivClassName
{
background-color: #C8116F;
}
.BgClassName
{
background-color: #C8116F;
}
</style>
border-color css
<style>
span { border-color: #C8116F; }
span { border-color: rgb(200,17,111); }
td.TdClassName
{
border-color: #C8116F;
}
.TagClassName
{
border-color: #C8116F;
}
</style>