Shades of Medium Violet Red #C8188F
Tints of Medium Violet Red #C8188F
RGB
CMYK
RGB Variations
Color information
#C8188F (or 0xC8188F) is known color: Medium Violet Red. HEX triplet: C8, 18 and 8F. RGB value is (200,24,143). Sum of RGB (Red+Green+Blue) = 200+24+143=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8188F is #37E770. Grayscale: #595959. Windows color (decimal): -3663729 or 9377992. OLE color: 9377992.
HSL color Cylindrical-coordinate representation of color #C8188F: hue angle of 319.43º 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 #C8188F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 143 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.22 |
| HSL | 319.43º | 0.79% | 0.44% | - |
| HSV(B) | 319.43º | 0.88% | 0.78% | - |
| XYZ | 29.1 | 14.92 | 27.33 | - |
| YUV | 90.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 143 | 0 | 0.88 | 0.28 | 0.22 | 319.43 | 0.79 | 0.44 |
| Hex | C8 | 18 | 8F | 0 | 58 | 1C | 16 | 13F | 4F | 2C |
| Octal | 310 | 30 | 217 | 0 | 130 | 34 | 26 | 477 | 117 | 54 |
| Binary | 11001000 | 11000 | 10001111 | 0 | 1011000 | 11100 | 10110 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C8188F
Complementary color
Monochromatic Colors of #C8188F
Black with #C8188F
Text Example
Text Example
White with #C8188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8188F; }
p { color: rgb(200,24,143); }
H1.HeaderClassName
{
color: #C8188F;
}
.AnyTagClassName
{
color: #C8188F;
}
</style>
background-color css
<style>
a { background-color: #C8188F; }
a { background-color: rgb(200,24,143); }
div.DivClassName
{
background-color: #C8188F;
}
.BgClassName
{
background-color: #C8188F;
}
</style>
border-color css
<style>
span { border-color: #C8188F; }
span { border-color: rgb(200,24,143); }
td.TdClassName
{
border-color: #C8188F;
}
.TagClassName
{
border-color: #C8188F;
}
</style>