Shades of Medium Violet Red #D50C76
Tints of Medium Violet Red #D50C76
RGB
CMYK
RGB Variations
Color information
#D50C76 (or 0xD50C76) is known color: Medium Violet Red. HEX triplet: D5, 0C and 76. RGB value is (213,12,118). Sum of RGB (Red+Green+Blue) = 213+12+118=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C76 is #2AF389. Grayscale: #535353. Windows color (decimal): -2814858 or 7736533. OLE color: 7736533.
HSL color Cylindrical-coordinate representation of color #D50C76: hue angle of 328.36º 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 #D50C76 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 118 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.16 |
| HSL | 328.36º | 0.89% | 0.44% | - |
| HSV(B) | 328.36º | 0.94% | 0.84% | - |
| XYZ | 30.84 | 15.72 | 18.55 | - |
| YUV | 84.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 118 | 0 | 0.94 | 0.45 | 0.16 | 328.36 | 0.89 | 0.44 |
| Hex | D5 | C | 76 | 0 | 5E | 2D | 10 | 148 | 59 | 2C |
| Octal | 325 | 14 | 166 | 0 | 136 | 55 | 20 | 510 | 131 | 54 |
| Binary | 11010101 | 1100 | 1110110 | 0 | 1011110 | 101101 | 10000 | 101001000 | 1011001 | 101100 |
Color Harmonies of #D50C76
Complementary color
Monochromatic Colors of #D50C76
Black with #D50C76
Text Example
Text Example
White with #D50C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C76; }
p { color: rgb(213,12,118); }
H1.HeaderClassName
{
color: #D50C76;
}
.AnyTagClassName
{
color: #D50C76;
}
</style>
background-color css
<style>
a { background-color: #D50C76; }
a { background-color: rgb(213,12,118); }
div.DivClassName
{
background-color: #D50C76;
}
.BgClassName
{
background-color: #D50C76;
}
</style>
border-color css
<style>
span { border-color: #D50C76; }
span { border-color: rgb(213,12,118); }
td.TdClassName
{
border-color: #D50C76;
}
.TagClassName
{
border-color: #D50C76;
}
</style>