Shades of Medium Violet Red #D11C78
Tints of Medium Violet Red #D11C78
RGB
CMYK
RGB Variations
Color information
#D11C78 (or 0xD11C78) is known color: Medium Violet Red. HEX triplet: D1, 1C and 78. RGB value is (209,28,120). Sum of RGB (Red+Green+Blue) = 209+28+120=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11C78 is #2EE387. Grayscale: #5C5C5C. Windows color (decimal): -3072904 or 7871697. OLE color: 7871697.
HSL color Cylindrical-coordinate representation of color #D11C78: hue angle of 329.5º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C78 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 120 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.18 |
| HSL | 329.5º | 0.76% | 0.46% | - |
| HSV(B) | 329.5º | 0.87% | 0.82% | - |
| XYZ | 30.1 | 15.74 | 19.22 | - |
| YUV | 92.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 120 | 0 | 0.87 | 0.43 | 0.18 | 329.5 | 0.76 | 0.46 |
| Hex | D1 | 1C | 78 | 0 | 57 | 2B | 12 | 14A | 4C | 2E |
| Octal | 321 | 34 | 170 | 0 | 127 | 53 | 22 | 512 | 114 | 56 |
| Binary | 11010001 | 11100 | 1111000 | 0 | 1010111 | 101011 | 10010 | 101001010 | 1001100 | 101110 |
Color Harmonies of #D11C78
Complementary color
Monochromatic Colors of #D11C78
Black with #D11C78
Text Example
Text Example
White with #D11C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C78; }
p { color: rgb(209,28,120); }
H1.HeaderClassName
{
color: #D11C78;
}
.AnyTagClassName
{
color: #D11C78;
}
</style>
background-color css
<style>
a { background-color: #D11C78; }
a { background-color: rgb(209,28,120); }
div.DivClassName
{
background-color: #D11C78;
}
.BgClassName
{
background-color: #D11C78;
}
</style>
border-color css
<style>
span { border-color: #D11C78; }
span { border-color: rgb(209,28,120); }
td.TdClassName
{
border-color: #D11C78;
}
.TagClassName
{
border-color: #D11C78;
}
</style>