Shades of Medium Violet Red #C80386
Tints of Medium Violet Red #C80386
RGB
CMYK
RGB Variations
Color information
#C80386 (or 0xC80386) is known color: Medium Violet Red. HEX triplet: C8, 03 and 86. RGB value is (200,3,134). Sum of RGB (Red+Green+Blue) = 200+3+134=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C80386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80386 is #37FC79. Grayscale: #4C4C4C. Windows color (decimal): -3669114 or 8782792. OLE color: 8782792.
HSL color Cylindrical-coordinate representation of color #C80386: hue angle of 320.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80386 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.22 |
| HSL | 320.1º | 0.97% | 0.4% | - |
| HSV(B) | 320.1º | 0.99% | 0.78% | - |
| XYZ | 28.16 | 14.07 | 23.79 | - |
| YUV | 76.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 134 | 0 | 0.98 | 0.33 | 0.22 | 320.1 | 0.97 | 0.4 |
| Hex | C8 | 3 | 86 | 0 | 62 | 21 | 16 | 140 | 61 | 28 |
| Octal | 310 | 3 | 206 | 0 | 142 | 41 | 26 | 500 | 141 | 50 |
| Binary | 11001000 | 11 | 10000110 | 0 | 1100010 | 100001 | 10110 | 101000000 | 1100001 | 101000 |
Color Harmonies of #C80386
Complementary color
Monochromatic Colors of #C80386
Black with #C80386
Text Example
Text Example
White with #C80386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80386; }
p { color: rgb(200,3,134); }
H1.HeaderClassName
{
color: #C80386;
}
.AnyTagClassName
{
color: #C80386;
}
</style>
background-color css
<style>
a { background-color: #C80386; }
a { background-color: rgb(200,3,134); }
div.DivClassName
{
background-color: #C80386;
}
.BgClassName
{
background-color: #C80386;
}
</style>
border-color css
<style>
span { border-color: #C80386; }
span { border-color: rgb(200,3,134); }
td.TdClassName
{
border-color: #C80386;
}
.TagClassName
{
border-color: #C80386;
}
</style>