Shades of Medium Violet Red #C80486
Tints of Medium Violet Red #C80486
RGB
CMYK
RGB Variations
Color information
#C80486 (or 0xC80486) is known color: Medium Violet Red. HEX triplet: C8, 04 and 86. RGB value is (200,4,134). Sum of RGB (Red+Green+Blue) = 200+4+134=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80486 is #37FB79. Grayscale: #4D4D4D. Windows color (decimal): -3668858 or 8783048. OLE color: 8783048.
HSL color Cylindrical-coordinate representation of color #C80486: hue angle of 320.2º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80486 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.22 |
| HSL | 320.2º | 0.96% | 0.4% | - |
| HSV(B) | 320.2º | 0.98% | 0.78% | - |
| XYZ | 28.17 | 14.09 | 23.79 | - |
| YUV | 77.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 134 | 0 | 0.98 | 0.33 | 0.22 | 320.2 | 0.96 | 0.4 |
| Hex | C8 | 4 | 86 | 0 | 62 | 21 | 16 | 140 | 60 | 28 |
| Octal | 310 | 4 | 206 | 0 | 142 | 41 | 26 | 500 | 140 | 50 |
| Binary | 11001000 | 100 | 10000110 | 0 | 1100010 | 100001 | 10110 | 101000000 | 1100000 | 101000 |
Color Harmonies of #C80486
Complementary color
Monochromatic Colors of #C80486
Black with #C80486
Text Example
Text Example
White with #C80486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80486; }
p { color: rgb(200,4,134); }
H1.HeaderClassName
{
color: #C80486;
}
.AnyTagClassName
{
color: #C80486;
}
</style>
background-color css
<style>
a { background-color: #C80486; }
a { background-color: rgb(200,4,134); }
div.DivClassName
{
background-color: #C80486;
}
.BgClassName
{
background-color: #C80486;
}
</style>
border-color css
<style>
span { border-color: #C80486; }
span { border-color: rgb(200,4,134); }
td.TdClassName
{
border-color: #C80486;
}
.TagClassName
{
border-color: #C80486;
}
</style>