Shades of Medium Violet Red #C8166D
Tints of Medium Violet Red #C8166D
RGB
CMYK
RGB Variations
Color information
#C8166D (or 0xC8166D) is known color: Medium Violet Red. HEX triplet: C8, 16 and 6D. RGB value is (200,22,109). Sum of RGB (Red+Green+Blue) = 200+22+109=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8166D is #37E992. Grayscale: #545454. Windows color (decimal): -3664275 or 7149256. OLE color: 7149256.
HSL color Cylindrical-coordinate representation of color #C8166D: hue angle of 330.67º 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 #C8166D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 330.67º | 0.8% | 0.44% | - |
| HSV(B) | 330.67º | 0.89% | 0.78% | - |
| XYZ | 26.87 | 13.96 | 15.75 | - |
| YUV | 85.14 | 141.47 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 109 | 0 | 0.89 | 0.46 | 0.22 | 330.67 | 0.8 | 0.44 |
| Hex | C8 | 16 | 6D | 0 | 59 | 2E | 16 | 14B | 50 | 2C |
| Octal | 310 | 26 | 155 | 0 | 131 | 56 | 26 | 513 | 120 | 54 |
| Binary | 11001000 | 10110 | 1101101 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101100 |
Color Harmonies of #C8166D
Complementary color
Monochromatic Colors of #C8166D
Black with #C8166D
Text Example
Text Example
White with #C8166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8166D; }
p { color: rgb(200,22,109); }
H1.HeaderClassName
{
color: #C8166D;
}
.AnyTagClassName
{
color: #C8166D;
}
</style>
background-color css
<style>
a { background-color: #C8166D; }
a { background-color: rgb(200,22,109); }
div.DivClassName
{
background-color: #C8166D;
}
.BgClassName
{
background-color: #C8166D;
}
</style>
border-color css
<style>
span { border-color: #C8166D; }
span { border-color: rgb(200,22,109); }
td.TdClassName
{
border-color: #C8166D;
}
.TagClassName
{
border-color: #C8166D;
}
</style>