Shades of Medium Violet Red #C8088E
Tints of Medium Violet Red #C8088E
RGB
CMYK
RGB Variations
Color information
#C8088E (or 0xC8088E) is known color: Medium Violet Red. HEX triplet: C8, 08 and 8E. RGB value is (200,8,142). Sum of RGB (Red+Green+Blue) = 200+8+142=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8088E is #37F771. Grayscale: #505050. Windows color (decimal): -3667826 or 9308360. OLE color: 9308360.
HSL color Cylindrical-coordinate representation of color #C8088E: hue angle of 318.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8088E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 318.13º | 0.92% | 0.41% | - |
| HSV(B) | 318.13º | 0.96% | 0.78% | - |
| XYZ | 28.79 | 14.41 | 26.85 | - |
| YUV | 80.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 142 | 0 | 0.96 | 0.29 | 0.22 | 318.13 | 0.92 | 0.41 |
| Hex | C8 | 8 | 8E | 0 | 60 | 1D | 16 | 13E | 5C | 29 |
| Octal | 310 | 10 | 216 | 0 | 140 | 35 | 26 | 476 | 134 | 51 |
| Binary | 11001000 | 1000 | 10001110 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011100 | 101001 |
Color Harmonies of #C8088E
Complementary color
Monochromatic Colors of #C8088E
Black with #C8088E
Text Example
Text Example
White with #C8088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8088E; }
p { color: rgb(200,8,142); }
H1.HeaderClassName
{
color: #C8088E;
}
.AnyTagClassName
{
color: #C8088E;
}
</style>
background-color css
<style>
a { background-color: #C8088E; }
a { background-color: rgb(200,8,142); }
div.DivClassName
{
background-color: #C8088E;
}
.BgClassName
{
background-color: #C8088E;
}
</style>
border-color css
<style>
span { border-color: #C8088E; }
span { border-color: rgb(200,8,142); }
td.TdClassName
{
border-color: #C8088E;
}
.TagClassName
{
border-color: #C8088E;
}
</style>