Shades of Medium Violet Red #C8166E
Tints of Medium Violet Red #C8166E
RGB
CMYK
RGB Variations
Color information
#C8166E (or 0xC8166E) is known color: Medium Violet Red. HEX triplet: C8, 16 and 6E. RGB value is (200,22,110). Sum of RGB (Red+Green+Blue) = 200+22+110=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8166E is #37E991. Grayscale: #555555. Windows color (decimal): -3664274 or 7214792. OLE color: 7214792.
HSL color Cylindrical-coordinate representation of color #C8166E: hue angle of 330.34º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8166E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.22 |
| HSL | 330.34º | 0.8% | 0.44% | - |
| HSV(B) | 330.34º | 0.89% | 0.78% | - |
| XYZ | 26.92 | 13.98 | 16.03 | - |
| YUV | 85.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 110 | 0 | 0.89 | 0.45 | 0.22 | 330.34 | 0.8 | 0.44 |
| Hex | C8 | 16 | 6E | 0 | 59 | 2D | 16 | 14A | 50 | 2C |
| Octal | 310 | 26 | 156 | 0 | 131 | 55 | 26 | 512 | 120 | 54 |
| Binary | 11001000 | 10110 | 1101110 | 0 | 1011001 | 101101 | 10110 | 101001010 | 1010000 | 101100 |
Color Harmonies of #C8166E
Complementary color
Monochromatic Colors of #C8166E
Black with #C8166E
Text Example
Text Example
White with #C8166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8166E; }
p { color: rgb(200,22,110); }
H1.HeaderClassName
{
color: #C8166E;
}
.AnyTagClassName
{
color: #C8166E;
}
</style>
background-color css
<style>
a { background-color: #C8166E; }
a { background-color: rgb(200,22,110); }
div.DivClassName
{
background-color: #C8166E;
}
.BgClassName
{
background-color: #C8166E;
}
</style>
border-color css
<style>
span { border-color: #C8166E; }
span { border-color: rgb(200,22,110); }
td.TdClassName
{
border-color: #C8166E;
}
.TagClassName
{
border-color: #C8166E;
}
</style>