Shades of Medium Violet Red #C80D86
Tints of Medium Violet Red #C80D86
RGB
CMYK
RGB Variations
Color information
#C80D86 (or 0xC80D86) is known color: Medium Violet Red. HEX triplet: C8, 0D and 86. RGB value is (200,13,134). Sum of RGB (Red+Green+Blue) = 200+13+134=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D86 is #37F279. Grayscale: #525252. Windows color (decimal): -3666554 or 8785352. OLE color: 8785352.
HSL color Cylindrical-coordinate representation of color #C80D86: hue angle of 321.18º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D86 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 134 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.22 |
| HSL | 321.18º | 0.88% | 0.42% | - |
| HSV(B) | 321.18º | 0.94% | 0.78% | - |
| XYZ | 28.27 | 14.29 | 23.82 | - |
| YUV | 82.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 134 | 0 | 0.94 | 0.33 | 0.22 | 321.18 | 0.88 | 0.42 |
| Hex | C8 | D | 86 | 0 | 5E | 21 | 16 | 141 | 58 | 2A |
| Octal | 310 | 15 | 206 | 0 | 136 | 41 | 26 | 501 | 130 | 52 |
| Binary | 11001000 | 1101 | 10000110 | 0 | 1011110 | 100001 | 10110 | 101000001 | 1011000 | 101010 |
Color Harmonies of #C80D86
Complementary color
Monochromatic Colors of #C80D86
Black with #C80D86
Text Example
Text Example
White with #C80D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D86; }
p { color: rgb(200,13,134); }
H1.HeaderClassName
{
color: #C80D86;
}
.AnyTagClassName
{
color: #C80D86;
}
</style>
background-color css
<style>
a { background-color: #C80D86; }
a { background-color: rgb(200,13,134); }
div.DivClassName
{
background-color: #C80D86;
}
.BgClassName
{
background-color: #C80D86;
}
</style>
border-color css
<style>
span { border-color: #C80D86; }
span { border-color: rgb(200,13,134); }
td.TdClassName
{
border-color: #C80D86;
}
.TagClassName
{
border-color: #C80D86;
}
</style>