Shades of Medium Violet Red #C8168A
Tints of Medium Violet Red #C8168A
RGB
CMYK
RGB Variations
Color information
#C8168A (or 0xC8168A) is known color: Medium Violet Red. HEX triplet: C8, 16 and 8A. RGB value is (200,22,138). Sum of RGB (Red+Green+Blue) = 200+22+138=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8168A is #37E975. Grayscale: #585858. Windows color (decimal): -3664246 or 9049800. OLE color: 9049800.
HSL color Cylindrical-coordinate representation of color #C8168A: hue angle of 320.9º 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 #C8168A is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 138 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.22 |
| HSL | 320.9º | 0.8% | 0.44% | - |
| HSV(B) | 320.9º | 0.89% | 0.78% | - |
| XYZ | 28.69 | 14.69 | 25.37 | - |
| YUV | 88.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 138 | 0 | 0.89 | 0.31 | 0.22 | 320.9 | 0.8 | 0.44 |
| Hex | C8 | 16 | 8A | 0 | 59 | 1F | 16 | 141 | 50 | 2C |
| Octal | 310 | 26 | 212 | 0 | 131 | 37 | 26 | 501 | 120 | 54 |
| Binary | 11001000 | 10110 | 10001010 | 0 | 1011001 | 11111 | 10110 | 101000001 | 1010000 | 101100 |
Color Harmonies of #C8168A
Complementary color
Monochromatic Colors of #C8168A
Black with #C8168A
Text Example
Text Example
White with #C8168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8168A; }
p { color: rgb(200,22,138); }
H1.HeaderClassName
{
color: #C8168A;
}
.AnyTagClassName
{
color: #C8168A;
}
</style>
background-color css
<style>
a { background-color: #C8168A; }
a { background-color: rgb(200,22,138); }
div.DivClassName
{
background-color: #C8168A;
}
.BgClassName
{
background-color: #C8168A;
}
</style>
border-color css
<style>
span { border-color: #C8168A; }
span { border-color: rgb(200,22,138); }
td.TdClassName
{
border-color: #C8168A;
}
.TagClassName
{
border-color: #C8168A;
}
</style>