Shades of Medium Violet Red #D50C7B
Tints of Medium Violet Red #D50C7B
RGB
CMYK
RGB Variations
Color information
#D50C7B (or 0xD50C7B) is known color: Medium Violet Red. HEX triplet: D5, 0C and 7B. RGB value is (213,12,123). Sum of RGB (Red+Green+Blue) = 213+12+123=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C7B is #2AF384. Grayscale: #545454. Windows color (decimal): -2814853 or 8064213. OLE color: 8064213.
HSL color Cylindrical-coordinate representation of color #D50C7B: hue angle of 326.87º 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 #D50C7B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 123 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.16 |
| HSL | 326.87º | 0.89% | 0.44% | - |
| HSV(B) | 326.87º | 0.94% | 0.84% | - |
| XYZ | 31.15 | 15.84 | 20.15 | - |
| YUV | 84.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 123 | 0 | 0.94 | 0.42 | 0.16 | 326.87 | 0.89 | 0.44 |
| Hex | D5 | C | 7B | 0 | 5E | 2A | 10 | 147 | 59 | 2C |
| Octal | 325 | 14 | 173 | 0 | 136 | 52 | 20 | 507 | 131 | 54 |
| Binary | 11010101 | 1100 | 1111011 | 0 | 1011110 | 101010 | 10000 | 101000111 | 1011001 | 101100 |
Color Harmonies of #D50C7B
Complementary color
Monochromatic Colors of #D50C7B
Black with #D50C7B
Text Example
Text Example
White with #D50C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C7B; }
p { color: rgb(213,12,123); }
H1.HeaderClassName
{
color: #D50C7B;
}
.AnyTagClassName
{
color: #D50C7B;
}
</style>
background-color css
<style>
a { background-color: #D50C7B; }
a { background-color: rgb(213,12,123); }
div.DivClassName
{
background-color: #D50C7B;
}
.BgClassName
{
background-color: #D50C7B;
}
</style>
border-color css
<style>
span { border-color: #D50C7B; }
span { border-color: rgb(213,12,123); }
td.TdClassName
{
border-color: #D50C7B;
}
.TagClassName
{
border-color: #D50C7B;
}
</style>