Shades of Medium Violet Red #C8188E
Tints of Medium Violet Red #C8188E
RGB
CMYK
RGB Variations
Color information
#C8188E (or 0xC8188E) is known color: Medium Violet Red. HEX triplet: C8, 18 and 8E. RGB value is (200,24,142). Sum of RGB (Red+Green+Blue) = 200+24+142=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8188E is #37E771. Grayscale: #595959. Windows color (decimal): -3663730 or 9312456. OLE color: 9312456.
HSL color Cylindrical-coordinate representation of color #C8188E: hue angle of 319.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8188E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.22 |
| HSL | 319.77º | 0.79% | 0.44% | - |
| HSV(B) | 319.77º | 0.88% | 0.78% | - |
| XYZ | 29.03 | 14.89 | 26.93 | - |
| YUV | 90.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 142 | 0 | 0.88 | 0.29 | 0.22 | 319.77 | 0.79 | 0.44 |
| Hex | C8 | 18 | 8E | 0 | 58 | 1D | 16 | 140 | 4F | 2C |
| Octal | 310 | 30 | 216 | 0 | 130 | 35 | 26 | 500 | 117 | 54 |
| Binary | 11001000 | 11000 | 10001110 | 0 | 1011000 | 11101 | 10110 | 101000000 | 1001111 | 101100 |
Color Harmonies of #C8188E
Complementary color
Monochromatic Colors of #C8188E
Black with #C8188E
Text Example
Text Example
White with #C8188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8188E; }
p { color: rgb(200,24,142); }
H1.HeaderClassName
{
color: #C8188E;
}
.AnyTagClassName
{
color: #C8188E;
}
</style>
background-color css
<style>
a { background-color: #C8188E; }
a { background-color: rgb(200,24,142); }
div.DivClassName
{
background-color: #C8188E;
}
.BgClassName
{
background-color: #C8188E;
}
</style>
border-color css
<style>
span { border-color: #C8188E; }
span { border-color: rgb(200,24,142); }
td.TdClassName
{
border-color: #C8188E;
}
.TagClassName
{
border-color: #C8188E;
}
</style>