Shades of Medium Violet Red #C80082
Tints of Medium Violet Red #C80082
RGB
CMYK
RGB Variations
Color information
#C80082 (or 0xC80082) is known color: Medium Violet Red. HEX triplet: C8, 00 and 82. RGB value is (200,0,130). Sum of RGB (Red+Green+Blue) = 200+0+130=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C80082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80082 is #37FF7D. Grayscale: #4A4A4A. Windows color (decimal): -3669886 or 8519880. OLE color: 8519880.
HSL color Cylindrical-coordinate representation of color #C80082: hue angle of 321º 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 #C80082 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.35 | 0.22 |
| HSL | 321º | 1% | 0.39% | - |
| HSV(B) | 321º | 1% | 0.78% | - |
| XYZ | 27.85 | 13.89 | 22.33 | - |
| YUV | 74.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 130 | 0 | 1 | 0.35 | 0.22 | 321 | 1 | 0.39 |
| Hex | C8 | 0 | 82 | 0 | 64 | 23 | 16 | 141 | 64 | 27 |
| Octal | 310 | 0 | 202 | 0 | 144 | 43 | 26 | 501 | 144 | 47 |
| Binary | 11001000 | 0 | 10000010 | 0 | 1100100 | 100011 | 10110 | 101000001 | 1100100 | 100111 |
Color Harmonies of #C80082
Complementary color
Monochromatic Colors of #C80082
Black with #C80082
Text Example
Text Example
White with #C80082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80082; }
p { color: rgb(200,0,130); }
H1.HeaderClassName
{
color: #C80082;
}
.AnyTagClassName
{
color: #C80082;
}
</style>
background-color css
<style>
a { background-color: #C80082; }
a { background-color: rgb(200,0,130); }
div.DivClassName
{
background-color: #C80082;
}
.BgClassName
{
background-color: #C80082;
}
</style>
border-color css
<style>
span { border-color: #C80082; }
span { border-color: rgb(200,0,130); }
td.TdClassName
{
border-color: #C80082;
}
.TagClassName
{
border-color: #C80082;
}
</style>