Shades of Medium Violet Red #C80286
Tints of Medium Violet Red #C80286
RGB
CMYK
RGB Variations
Color information
#C80286 (or 0xC80286) is known color: Medium Violet Red. HEX triplet: C8, 02 and 86. RGB value is (200,2,134). Sum of RGB (Red+Green+Blue) = 200+2+134=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80286 is #37FD79. Grayscale: #4B4B4B. Windows color (decimal): -3669370 or 8782536. OLE color: 8782536.
HSL color Cylindrical-coordinate representation of color #C80286: hue angle of 320º degrees, saturation: 0.98, 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 #C80286 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.22 |
| HSL | 320º | 0.98% | 0.4% | - |
| HSV(B) | 320º | 0.99% | 0.78% | - |
| XYZ | 28.14 | 14.04 | 23.78 | - |
| YUV | 76.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 134 | 0 | 0.99 | 0.33 | 0.22 | 320 | 0.98 | 0.4 |
| Hex | C8 | 2 | 86 | 0 | 63 | 21 | 16 | 140 | 62 | 28 |
| Octal | 310 | 2 | 206 | 0 | 143 | 41 | 26 | 500 | 142 | 50 |
| Binary | 11001000 | 10 | 10000110 | 0 | 1100011 | 100001 | 10110 | 101000000 | 1100010 | 101000 |
Color Harmonies of #C80286
Complementary color
Monochromatic Colors of #C80286
Black with #C80286
Text Example
Text Example
White with #C80286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80286; }
p { color: rgb(200,2,134); }
H1.HeaderClassName
{
color: #C80286;
}
.AnyTagClassName
{
color: #C80286;
}
</style>
background-color css
<style>
a { background-color: #C80286; }
a { background-color: rgb(200,2,134); }
div.DivClassName
{
background-color: #C80286;
}
.BgClassName
{
background-color: #C80286;
}
</style>
border-color css
<style>
span { border-color: #C80286; }
span { border-color: rgb(200,2,134); }
td.TdClassName
{
border-color: #C80286;
}
.TagClassName
{
border-color: #C80286;
}
</style>