Shades of Medium Violet Red #C80D9E
Tints of Medium Violet Red #C80D9E
RGB
CMYK
RGB Variations
Color information
#C80D9E (or 0xC80D9E) is known color: Medium Violet Red. HEX triplet: C8, 0D and 9E. RGB value is (200,13,158). Sum of RGB (Red+Green+Blue) = 200+13+158=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D9E is #37F261. Grayscale: #555555. Windows color (decimal): -3666530 or 10358216. OLE color: 10358216.
HSL color Cylindrical-coordinate representation of color #C80D9E: hue angle of 313.48º 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 #C80D9E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.22 |
| HSL | 313.48º | 0.88% | 0.42% | - |
| HSV(B) | 313.48º | 0.94% | 0.78% | - |
| XYZ | 30.13 | 15.04 | 33.66 | - |
| YUV | 85.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 158 | 0 | 0.94 | 0.21 | 0.22 | 313.48 | 0.88 | 0.42 |
| Hex | C8 | D | 9E | 0 | 5E | 15 | 16 | 139 | 58 | 2A |
| Octal | 310 | 15 | 236 | 0 | 136 | 25 | 26 | 471 | 130 | 52 |
| Binary | 11001000 | 1101 | 10011110 | 0 | 1011110 | 10101 | 10110 | 100111001 | 1011000 | 101010 |
Color Harmonies of #C80D9E
Complementary color
Monochromatic Colors of #C80D9E
Black with #C80D9E
Text Example
Text Example
White with #C80D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D9E; }
p { color: rgb(200,13,158); }
H1.HeaderClassName
{
color: #C80D9E;
}
.AnyTagClassName
{
color: #C80D9E;
}
</style>
background-color css
<style>
a { background-color: #C80D9E; }
a { background-color: rgb(200,13,158); }
div.DivClassName
{
background-color: #C80D9E;
}
.BgClassName
{
background-color: #C80D9E;
}
</style>
border-color css
<style>
span { border-color: #C80D9E; }
span { border-color: rgb(200,13,158); }
td.TdClassName
{
border-color: #C80D9E;
}
.TagClassName
{
border-color: #C80D9E;
}
</style>