Shades of Medium Violet Red #C80086
Tints of Medium Violet Red #C80086
RGB
CMYK
RGB Variations
Color information
#C80086 (or 0xC80086) is known color: Medium Violet Red. HEX triplet: C8, 00 and 86. RGB value is (200,0,134). Sum of RGB (Red+Green+Blue) = 200+0+134=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C80086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80086 is #37FF79. Grayscale: #4A4A4A. Windows color (decimal): -3669882 or 8782024. OLE color: 8782024.
HSL color Cylindrical-coordinate representation of color #C80086: hue angle of 319.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80086 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.33 | 0.22 |
| HSL | 319.8º | 1% | 0.39% | - |
| HSV(B) | 319.8º | 1% | 0.78% | - |
| XYZ | 28.12 | 14 | 23.77 | - |
| YUV | 75.08 | 161.26 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 134 | 0 | 1 | 0.33 | 0.22 | 319.8 | 1 | 0.39 |
| Hex | C8 | 0 | 86 | 0 | 64 | 21 | 16 | 140 | 64 | 27 |
| Octal | 310 | 0 | 206 | 0 | 144 | 41 | 26 | 500 | 144 | 47 |
| Binary | 11001000 | 0 | 10000110 | 0 | 1100100 | 100001 | 10110 | 101000000 | 1100100 | 100111 |
Color Harmonies of #C80086
Complementary color
Monochromatic Colors of #C80086
Black with #C80086
Text Example
Text Example
White with #C80086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80086; }
p { color: rgb(200,0,134); }
H1.HeaderClassName
{
color: #C80086;
}
.AnyTagClassName
{
color: #C80086;
}
</style>
background-color css
<style>
a { background-color: #C80086; }
a { background-color: rgb(200,0,134); }
div.DivClassName
{
background-color: #C80086;
}
.BgClassName
{
background-color: #C80086;
}
</style>
border-color css
<style>
span { border-color: #C80086; }
span { border-color: rgb(200,0,134); }
td.TdClassName
{
border-color: #C80086;
}
.TagClassName
{
border-color: #C80086;
}
</style>