Shades of Medium Violet Red #C80D8D
Tints of Medium Violet Red #C80D8D
RGB
CMYK
RGB Variations
Color information
#C80D8D (or 0xC80D8D) is known color: Medium Violet Red. HEX triplet: C8, 0D and 8D. RGB value is (200,13,141). Sum of RGB (Red+Green+Blue) = 200+13+141=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D8D is #37F272. Grayscale: #535353. Windows color (decimal): -3666547 or 9244104. OLE color: 9244104.
HSL color Cylindrical-coordinate representation of color #C80D8D: hue angle of 318.93º 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 #C80D8D is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.22 |
| HSL | 318.93º | 0.88% | 0.42% | - |
| HSV(B) | 318.93º | 0.94% | 0.78% | - |
| XYZ | 28.77 | 14.49 | 26.48 | - |
| YUV | 83.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 141 | 0 | 0.94 | 0.29 | 0.22 | 318.93 | 0.88 | 0.42 |
| Hex | C8 | D | 8D | 0 | 5E | 1D | 16 | 13F | 58 | 2A |
| Octal | 310 | 15 | 215 | 0 | 136 | 35 | 26 | 477 | 130 | 52 |
| Binary | 11001000 | 1101 | 10001101 | 0 | 1011110 | 11101 | 10110 | 100111111 | 1011000 | 101010 |
Color Harmonies of #C80D8D
Complementary color
Monochromatic Colors of #C80D8D
Black with #C80D8D
Text Example
Text Example
White with #C80D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D8D; }
p { color: rgb(200,13,141); }
H1.HeaderClassName
{
color: #C80D8D;
}
.AnyTagClassName
{
color: #C80D8D;
}
</style>
background-color css
<style>
a { background-color: #C80D8D; }
a { background-color: rgb(200,13,141); }
div.DivClassName
{
background-color: #C80D8D;
}
.BgClassName
{
background-color: #C80D8D;
}
</style>
border-color css
<style>
span { border-color: #C80D8D; }
span { border-color: rgb(200,13,141); }
td.TdClassName
{
border-color: #C80D8D;
}
.TagClassName
{
border-color: #C80D8D;
}
</style>