Shades of Medium Violet Red #C8168D
Tints of Medium Violet Red #C8168D
RGB
CMYK
RGB Variations
Color information
#C8168D (or 0xC8168D) is known color: Medium Violet Red. HEX triplet: C8, 16 and 8D. RGB value is (200,22,141). Sum of RGB (Red+Green+Blue) = 200+22+141=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8168D is #37E972. Grayscale: #585858. Windows color (decimal): -3664243 or 9246408. OLE color: 9246408.
HSL color Cylindrical-coordinate representation of color #C8168D: hue angle of 319.89º 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 #C8168D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.22 |
| HSL | 319.89º | 0.8% | 0.44% | - |
| HSV(B) | 319.89º | 0.89% | 0.78% | - |
| XYZ | 28.91 | 14.78 | 26.53 | - |
| YUV | 88.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 141 | 0 | 0.89 | 0.29 | 0.22 | 319.89 | 0.8 | 0.44 |
| Hex | C8 | 16 | 8D | 0 | 59 | 1D | 16 | 140 | 50 | 2C |
| Octal | 310 | 26 | 215 | 0 | 131 | 35 | 26 | 500 | 120 | 54 |
| Binary | 11001000 | 10110 | 10001101 | 0 | 1011001 | 11101 | 10110 | 101000000 | 1010000 | 101100 |
Color Harmonies of #C8168D
Complementary color
Monochromatic Colors of #C8168D
Black with #C8168D
Text Example
Text Example
White with #C8168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8168D; }
p { color: rgb(200,22,141); }
H1.HeaderClassName
{
color: #C8168D;
}
.AnyTagClassName
{
color: #C8168D;
}
</style>
background-color css
<style>
a { background-color: #C8168D; }
a { background-color: rgb(200,22,141); }
div.DivClassName
{
background-color: #C8168D;
}
.BgClassName
{
background-color: #C8168D;
}
</style>
border-color css
<style>
span { border-color: #C8168D; }
span { border-color: rgb(200,22,141); }
td.TdClassName
{
border-color: #C8168D;
}
.TagClassName
{
border-color: #C8168D;
}
</style>