Shades of Medium Violet Red #C8166C
Tints of Medium Violet Red #C8166C
RGB
CMYK
RGB Variations
Color information
#C8166C (or 0xC8166C) is known color: Medium Violet Red. HEX triplet: C8, 16 and 6C. RGB value is (200,22,108). Sum of RGB (Red+Green+Blue) = 200+22+108=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8166C is #37E993. Grayscale: #545454. Windows color (decimal): -3664276 or 7083720. OLE color: 7083720.
HSL color Cylindrical-coordinate representation of color #C8166C: hue angle of 331.01º 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 #C8166C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 331.01º | 0.8% | 0.44% | - |
| HSV(B) | 331.01º | 0.89% | 0.78% | - |
| XYZ | 26.81 | 13.94 | 15.46 | - |
| YUV | 85.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 108 | 0 | 0.89 | 0.46 | 0.22 | 331.01 | 0.8 | 0.44 |
| Hex | C8 | 16 | 6C | 0 | 59 | 2E | 16 | 14B | 50 | 2C |
| Octal | 310 | 26 | 154 | 0 | 131 | 56 | 26 | 513 | 120 | 54 |
| Binary | 11001000 | 10110 | 1101100 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101100 |
Color Harmonies of #C8166C
Complementary color
Monochromatic Colors of #C8166C
Black with #C8166C
Text Example
Text Example
White with #C8166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8166C; }
p { color: rgb(200,22,108); }
H1.HeaderClassName
{
color: #C8166C;
}
.AnyTagClassName
{
color: #C8166C;
}
</style>
background-color css
<style>
a { background-color: #C8166C; }
a { background-color: rgb(200,22,108); }
div.DivClassName
{
background-color: #C8166C;
}
.BgClassName
{
background-color: #C8166C;
}
</style>
border-color css
<style>
span { border-color: #C8166C; }
span { border-color: rgb(200,22,108); }
td.TdClassName
{
border-color: #C8166C;
}
.TagClassName
{
border-color: #C8166C;
}
</style>