Shades of Medium Violet Red #D50C7C
Tints of Medium Violet Red #D50C7C
RGB
CMYK
RGB Variations
Color information
#D50C7C (or 0xD50C7C) is known color: Medium Violet Red. HEX triplet: D5, 0C and 7C. RGB value is (213,12,124). Sum of RGB (Red+Green+Blue) = 213+12+124=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C7C is #2AF383. Grayscale: #545454. Windows color (decimal): -2814852 or 8129749. OLE color: 8129749.
HSL color Cylindrical-coordinate representation of color #D50C7C: hue angle of 326.57º 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 #D50C7C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.16 |
| HSL | 326.57º | 0.89% | 0.44% | - |
| HSV(B) | 326.57º | 0.94% | 0.84% | - |
| XYZ | 31.21 | 15.86 | 20.49 | - |
| YUV | 84.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 124 | 0 | 0.94 | 0.42 | 0.16 | 326.57 | 0.89 | 0.44 |
| Hex | D5 | C | 7C | 0 | 5E | 2A | 10 | 147 | 59 | 2C |
| Octal | 325 | 14 | 174 | 0 | 136 | 52 | 20 | 507 | 131 | 54 |
| Binary | 11010101 | 1100 | 1111100 | 0 | 1011110 | 101010 | 10000 | 101000111 | 1011001 | 101100 |
Color Harmonies of #D50C7C
Complementary color
Monochromatic Colors of #D50C7C
Black with #D50C7C
Text Example
Text Example
White with #D50C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C7C; }
p { color: rgb(213,12,124); }
H1.HeaderClassName
{
color: #D50C7C;
}
.AnyTagClassName
{
color: #D50C7C;
}
</style>
background-color css
<style>
a { background-color: #D50C7C; }
a { background-color: rgb(213,12,124); }
div.DivClassName
{
background-color: #D50C7C;
}
.BgClassName
{
background-color: #D50C7C;
}
</style>
border-color css
<style>
span { border-color: #D50C7C; }
span { border-color: rgb(213,12,124); }
td.TdClassName
{
border-color: #D50C7C;
}
.TagClassName
{
border-color: #D50C7C;
}
</style>