Shades of Medium Violet Red #C0088B
Tints of Medium Violet Red #C0088B
RGB
CMYK
RGB Variations
Color information
#C0088B (or 0xC0088B) is known color: Medium Violet Red. HEX triplet: C0, 08 and 8B. RGB value is (192,8,139). Sum of RGB (Red+Green+Blue) = 192+8+139=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0088B is #3FF774. Grayscale: #4D4D4D. Windows color (decimal): -4192117 or 9111744. OLE color: 9111744.
HSL color Cylindrical-coordinate representation of color #C0088B: hue angle of 317.28º 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 #C0088B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.25 |
| HSL | 317.28º | 0.92% | 0.39% | - |
| HSV(B) | 317.28º | 0.96% | 0.75% | - |
| XYZ | 26.49 | 13.24 | 25.59 | - |
| YUV | 77.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 139 | 0 | 0.96 | 0.28 | 0.25 | 317.28 | 0.92 | 0.39 |
| Hex | C0 | 8 | 8B | 0 | 60 | 1C | 19 | 13D | 5C | 27 |
| Octal | 300 | 10 | 213 | 0 | 140 | 34 | 31 | 475 | 134 | 47 |
| Binary | 11000000 | 1000 | 10001011 | 0 | 1100000 | 11100 | 11001 | 100111101 | 1011100 | 100111 |
Color Harmonies of #C0088B
Complementary color
Monochromatic Colors of #C0088B
Black with #C0088B
Text Example
Text Example
White with #C0088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0088B; }
p { color: rgb(192,8,139); }
H1.HeaderClassName
{
color: #C0088B;
}
.AnyTagClassName
{
color: #C0088B;
}
</style>
background-color css
<style>
a { background-color: #C0088B; }
a { background-color: rgb(192,8,139); }
div.DivClassName
{
background-color: #C0088B;
}
.BgClassName
{
background-color: #C0088B;
}
</style>
border-color css
<style>
span { border-color: #C0088B; }
span { border-color: rgb(192,8,139); }
td.TdClassName
{
border-color: #C0088B;
}
.TagClassName
{
border-color: #C0088B;
}
</style>