Shades of Medium Violet Red #C8168E
Tints of Medium Violet Red #C8168E
RGB
CMYK
RGB Variations
Color information
#C8168E (or 0xC8168E) is known color: Medium Violet Red. HEX triplet: C8, 16 and 8E. RGB value is (200,22,142). Sum of RGB (Red+Green+Blue) = 200+22+142=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8168E is #37E971. Grayscale: #585858. Windows color (decimal): -3664242 or 9311944. OLE color: 9311944.
HSL color Cylindrical-coordinate representation of color #C8168E: hue angle of 319.55º 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 #C8168E is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 142 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.22 |
| HSL | 319.55º | 0.8% | 0.44% | - |
| HSV(B) | 319.55º | 0.89% | 0.78% | - |
| XYZ | 28.99 | 14.81 | 26.92 | - |
| YUV | 88.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 142 | 0 | 0.89 | 0.29 | 0.22 | 319.55 | 0.8 | 0.44 |
| Hex | C8 | 16 | 8E | 0 | 59 | 1D | 16 | 140 | 50 | 2C |
| Octal | 310 | 26 | 216 | 0 | 131 | 35 | 26 | 500 | 120 | 54 |
| Binary | 11001000 | 10110 | 10001110 | 0 | 1011001 | 11101 | 10110 | 101000000 | 1010000 | 101100 |
Color Harmonies of #C8168E
Complementary color
Monochromatic Colors of #C8168E
Black with #C8168E
Text Example
Text Example
White with #C8168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8168E; }
p { color: rgb(200,22,142); }
H1.HeaderClassName
{
color: #C8168E;
}
.AnyTagClassName
{
color: #C8168E;
}
</style>
background-color css
<style>
a { background-color: #C8168E; }
a { background-color: rgb(200,22,142); }
div.DivClassName
{
background-color: #C8168E;
}
.BgClassName
{
background-color: #C8168E;
}
</style>
border-color css
<style>
span { border-color: #C8168E; }
span { border-color: rgb(200,22,142); }
td.TdClassName
{
border-color: #C8168E;
}
.TagClassName
{
border-color: #C8168E;
}
</style>