Shades of Medium Violet Red #D50C80
Tints of Medium Violet Red #D50C80
RGB
CMYK
RGB Variations
Color information
#D50C80 (or 0xD50C80) is known color: Medium Violet Red. HEX triplet: D5, 0C and 80. RGB value is (213,12,128). Sum of RGB (Red+Green+Blue) = 213+12+128=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C80 is #2AF37F. Grayscale: #555555. Windows color (decimal): -2814848 or 8391893. OLE color: 8391893.
HSL color Cylindrical-coordinate representation of color #D50C80: hue angle of 325.37º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C80 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 128 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.16 |
| HSL | 325.37º | 0.89% | 0.44% | - |
| HSV(B) | 325.37º | 0.94% | 0.84% | - |
| XYZ | 31.47 | 15.97 | 21.85 | - |
| YUV | 85.32 | 152.09 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 128 | 0 | 0.94 | 0.40 | 0.16 | 325.37 | 0.89 | 0.44 |
| Hex | D5 | C | 80 | 0 | 5E | 28 | 10 | 145 | 59 | 2C |
| Octal | 325 | 14 | 200 | 0 | 136 | 50 | 20 | 505 | 131 | 54 |
| Binary | 11010101 | 1100 | 10000000 | 0 | 1011110 | 101000 | 10000 | 101000101 | 1011001 | 101100 |
Color Harmonies of #D50C80
Complementary color
Monochromatic Colors of #D50C80
Black with #D50C80
Text Example
Text Example
White with #D50C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C80; }
p { color: rgb(213,12,128); }
H1.HeaderClassName
{
color: #D50C80;
}
.AnyTagClassName
{
color: #D50C80;
}
</style>
background-color css
<style>
a { background-color: #D50C80; }
a { background-color: rgb(213,12,128); }
div.DivClassName
{
background-color: #D50C80;
}
.BgClassName
{
background-color: #D50C80;
}
</style>
border-color css
<style>
span { border-color: #D50C80; }
span { border-color: rgb(213,12,128); }
td.TdClassName
{
border-color: #D50C80;
}
.TagClassName
{
border-color: #D50C80;
}
</style>