Shades of Medium Violet Red #C0088E
Tints of Medium Violet Red #C0088E
RGB
CMYK
RGB Variations
Color information
#C0088E (or 0xC0088E) is known color: Medium Violet Red. HEX triplet: C0, 08 and 8E. RGB value is (192,8,142). Sum of RGB (Red+Green+Blue) = 192+8+142=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0088E is #3FF771. Grayscale: #4D4D4D. Windows color (decimal): -4192114 or 9308352. OLE color: 9308352.
HSL color Cylindrical-coordinate representation of color #C0088E: hue angle of 316.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0088E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.25 |
| HSL | 316.3º | 0.92% | 0.39% | - |
| HSV(B) | 316.3º | 0.96% | 0.75% | - |
| XYZ | 26.71 | 13.33 | 26.76 | - |
| YUV | 78.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 142 | 0 | 0.96 | 0.26 | 0.25 | 316.3 | 0.92 | 0.39 |
| Hex | C0 | 8 | 8E | 0 | 60 | 1A | 19 | 13C | 5C | 27 |
| Octal | 300 | 10 | 216 | 0 | 140 | 32 | 31 | 474 | 134 | 47 |
| Binary | 11000000 | 1000 | 10001110 | 0 | 1100000 | 11010 | 11001 | 100111100 | 1011100 | 100111 |
Color Harmonies of #C0088E
Complementary color
Monochromatic Colors of #C0088E
Black with #C0088E
Text Example
Text Example
White with #C0088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0088E; }
p { color: rgb(192,8,142); }
H1.HeaderClassName
{
color: #C0088E;
}
.AnyTagClassName
{
color: #C0088E;
}
</style>
background-color css
<style>
a { background-color: #C0088E; }
a { background-color: rgb(192,8,142); }
div.DivClassName
{
background-color: #C0088E;
}
.BgClassName
{
background-color: #C0088E;
}
</style>
border-color css
<style>
span { border-color: #C0088E; }
span { border-color: rgb(192,8,142); }
td.TdClassName
{
border-color: #C0088E;
}
.TagClassName
{
border-color: #C0088E;
}
</style>