Shades of Medium Violet Red #C8188B
Tints of Medium Violet Red #C8188B
RGB
CMYK
RGB Variations
Color information
#C8188B (or 0xC8188B) is known color: Medium Violet Red. HEX triplet: C8, 18 and 8B. RGB value is (200,24,139). Sum of RGB (Red+Green+Blue) = 200+24+139=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8188B is #37E774. Grayscale: #595959. Windows color (decimal): -3663733 or 9115848. OLE color: 9115848.
HSL color Cylindrical-coordinate representation of color #C8188B: hue angle of 320.8º 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 #C8188B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 139 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.22 |
| HSL | 320.8º | 0.79% | 0.44% | - |
| HSV(B) | 320.8º | 0.88% | 0.78% | - |
| XYZ | 28.81 | 14.8 | 25.76 | - |
| YUV | 89.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 139 | 0 | 0.88 | 0.30 | 0.22 | 320.8 | 0.79 | 0.44 |
| Hex | C8 | 18 | 8B | 0 | 58 | 1E | 16 | 141 | 4F | 2C |
| Octal | 310 | 30 | 213 | 0 | 130 | 36 | 26 | 501 | 117 | 54 |
| Binary | 11001000 | 11000 | 10001011 | 0 | 1011000 | 11110 | 10110 | 101000001 | 1001111 | 101100 |
Color Harmonies of #C8188B
Complementary color
Monochromatic Colors of #C8188B
Black with #C8188B
Text Example
Text Example
White with #C8188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8188B; }
p { color: rgb(200,24,139); }
H1.HeaderClassName
{
color: #C8188B;
}
.AnyTagClassName
{
color: #C8188B;
}
</style>
background-color css
<style>
a { background-color: #C8188B; }
a { background-color: rgb(200,24,139); }
div.DivClassName
{
background-color: #C8188B;
}
.BgClassName
{
background-color: #C8188B;
}
</style>
border-color css
<style>
span { border-color: #C8188B; }
span { border-color: rgb(200,24,139); }
td.TdClassName
{
border-color: #C8188B;
}
.TagClassName
{
border-color: #C8188B;
}
</style>