Shades of Medium Violet Red #C0086E
Tints of Medium Violet Red #C0086E
RGB
CMYK
RGB Variations
Color information
#C0086E (or 0xC0086E) is known color: Medium Violet Red. HEX triplet: C0, 08 and 6E. RGB value is (192,8,110). Sum of RGB (Red+Green+Blue) = 192+8+110=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0086E is #3FF791. Grayscale: #4A4A4A. Windows color (decimal): -4192146 or 7211200. OLE color: 7211200.
HSL color Cylindrical-coordinate representation of color #C0086E: hue angle of 326.74º 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 #C0086E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.25 |
| HSL | 326.74º | 0.92% | 0.39% | - |
| HSV(B) | 326.74º | 0.96% | 0.75% | - |
| XYZ | 24.64 | 12.51 | 15.87 | - |
| YUV | 74.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 110 | 0 | 0.96 | 0.43 | 0.25 | 326.74 | 0.92 | 0.39 |
| Hex | C0 | 8 | 6E | 0 | 60 | 2B | 19 | 147 | 5C | 27 |
| Octal | 300 | 10 | 156 | 0 | 140 | 53 | 31 | 507 | 134 | 47 |
| Binary | 11000000 | 1000 | 1101110 | 0 | 1100000 | 101011 | 11001 | 101000111 | 1011100 | 100111 |
Color Harmonies of #C0086E
Complementary color
Monochromatic Colors of #C0086E
Black with #C0086E
Text Example
Text Example
White with #C0086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0086E; }
p { color: rgb(192,8,110); }
H1.HeaderClassName
{
color: #C0086E;
}
.AnyTagClassName
{
color: #C0086E;
}
</style>
background-color css
<style>
a { background-color: #C0086E; }
a { background-color: rgb(192,8,110); }
div.DivClassName
{
background-color: #C0086E;
}
.BgClassName
{
background-color: #C0086E;
}
</style>
border-color css
<style>
span { border-color: #C0086E; }
span { border-color: rgb(192,8,110); }
td.TdClassName
{
border-color: #C0086E;
}
.TagClassName
{
border-color: #C0086E;
}
</style>