Shades of Medium Violet Red #C8166F
Tints of Medium Violet Red #C8166F
RGB
CMYK
RGB Variations
Color information
#C8166F (or 0xC8166F) is known color: Medium Violet Red. HEX triplet: C8, 16 and 6F. RGB value is (200,22,111). Sum of RGB (Red+Green+Blue) = 200+22+111=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8166F is #37E990. Grayscale: #555555. Windows color (decimal): -3664273 or 7280328. OLE color: 7280328.
HSL color Cylindrical-coordinate representation of color #C8166F: hue angle of 330º 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 #C8166F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.22 |
| HSL | 330º | 0.8% | 0.44% | - |
| HSV(B) | 330º | 0.89% | 0.78% | - |
| XYZ | 26.98 | 14 | 16.32 | - |
| YUV | 85.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 111 | 0 | 0.89 | 0.44 | 0.22 | 330 | 0.8 | 0.44 |
| Hex | C8 | 16 | 6F | 0 | 59 | 2C | 16 | 14A | 50 | 2C |
| Octal | 310 | 26 | 157 | 0 | 131 | 54 | 26 | 512 | 120 | 54 |
| Binary | 11001000 | 10110 | 1101111 | 0 | 1011001 | 101100 | 10110 | 101001010 | 1010000 | 101100 |
Color Harmonies of #C8166F
Complementary color
Monochromatic Colors of #C8166F
Black with #C8166F
Text Example
Text Example
White with #C8166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8166F; }
p { color: rgb(200,22,111); }
H1.HeaderClassName
{
color: #C8166F;
}
.AnyTagClassName
{
color: #C8166F;
}
</style>
background-color css
<style>
a { background-color: #C8166F; }
a { background-color: rgb(200,22,111); }
div.DivClassName
{
background-color: #C8166F;
}
.BgClassName
{
background-color: #C8166F;
}
</style>
border-color css
<style>
span { border-color: #C8166F; }
span { border-color: rgb(200,22,111); }
td.TdClassName
{
border-color: #C8166F;
}
.TagClassName
{
border-color: #C8166F;
}
</style>