Shades of Medium Violet Red #D50C7E
Tints of Medium Violet Red #D50C7E
RGB
CMYK
RGB Variations
Color information
#D50C7E (or 0xD50C7E) is known color: Medium Violet Red. HEX triplet: D5, 0C and 7E. RGB value is (213,12,126). Sum of RGB (Red+Green+Blue) = 213+12+126=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C7E is #2AF381. Grayscale: #545454. Windows color (decimal): -2814850 or 8260821. OLE color: 8260821.
HSL color Cylindrical-coordinate representation of color #D50C7E: hue angle of 325.97º 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 #D50C7E is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 126 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.16 |
| HSL | 325.97º | 0.89% | 0.44% | - |
| HSV(B) | 325.97º | 0.94% | 0.84% | - |
| XYZ | 31.34 | 15.92 | 21.16 | - |
| YUV | 85.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 126 | 0 | 0.94 | 0.41 | 0.16 | 325.97 | 0.89 | 0.44 |
| Hex | D5 | C | 7E | 0 | 5E | 29 | 10 | 146 | 59 | 2C |
| Octal | 325 | 14 | 176 | 0 | 136 | 51 | 20 | 506 | 131 | 54 |
| Binary | 11010101 | 1100 | 1111110 | 0 | 1011110 | 101001 | 10000 | 101000110 | 1011001 | 101100 |
Color Harmonies of #D50C7E
Complementary color
Monochromatic Colors of #D50C7E
Black with #D50C7E
Text Example
Text Example
White with #D50C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C7E; }
p { color: rgb(213,12,126); }
H1.HeaderClassName
{
color: #D50C7E;
}
.AnyTagClassName
{
color: #D50C7E;
}
</style>
background-color css
<style>
a { background-color: #D50C7E; }
a { background-color: rgb(213,12,126); }
div.DivClassName
{
background-color: #D50C7E;
}
.BgClassName
{
background-color: #D50C7E;
}
</style>
border-color css
<style>
span { border-color: #D50C7E; }
span { border-color: rgb(213,12,126); }
td.TdClassName
{
border-color: #D50C7E;
}
.TagClassName
{
border-color: #D50C7E;
}
</style>