Shades of Medium Violet Red #D1127C
Tints of Medium Violet Red #D1127C
RGB
CMYK
RGB Variations
Color information
#D1127C (or 0xD1127C) is known color: Medium Violet Red. HEX triplet: D1, 12 and 7C. RGB value is (209,18,124). Sum of RGB (Red+Green+Blue) = 209+18+124=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1127C is #2EED83. Grayscale: #565656. Windows color (decimal): -3075460 or 8131281. OLE color: 8131281.
HSL color Cylindrical-coordinate representation of color #D1127C: hue angle of 326.7º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1127C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.18 |
| HSL | 326.7º | 0.84% | 0.45% | - |
| HSV(B) | 326.7º | 0.91% | 0.82% | - |
| XYZ | 30.15 | 15.44 | 20.46 | - |
| YUV | 87.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 124 | 0 | 0.91 | 0.41 | 0.18 | 326.7 | 0.84 | 0.45 |
| Hex | D1 | 12 | 7C | 0 | 5B | 29 | 12 | 147 | 54 | 2D |
| Octal | 321 | 22 | 174 | 0 | 133 | 51 | 22 | 507 | 124 | 55 |
| Binary | 11010001 | 10010 | 1111100 | 0 | 1011011 | 101001 | 10010 | 101000111 | 1010100 | 101101 |
Color Harmonies of #D1127C
Complementary color
Monochromatic Colors of #D1127C
Black with #D1127C
Text Example
Text Example
White with #D1127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1127C; }
p { color: rgb(209,18,124); }
H1.HeaderClassName
{
color: #D1127C;
}
.AnyTagClassName
{
color: #D1127C;
}
</style>
background-color css
<style>
a { background-color: #D1127C; }
a { background-color: rgb(209,18,124); }
div.DivClassName
{
background-color: #D1127C;
}
.BgClassName
{
background-color: #D1127C;
}
</style>
border-color css
<style>
span { border-color: #D1127C; }
span { border-color: rgb(209,18,124); }
td.TdClassName
{
border-color: #D1127C;
}
.TagClassName
{
border-color: #D1127C;
}
</style>