Shades of Medium Violet Red #D1017C
Tints of Medium Violet Red #D1017C
RGB
CMYK
RGB Variations
Color information
#D1017C (or 0xD1017C) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7C. RGB value is (209,1,124). Sum of RGB (Red+Green+Blue) = 209+1+124=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017C is #2EFE83. Grayscale: #4C4C4C. Windows color (decimal): -3079812 or 8126929. OLE color: 8126929.
HSL color Cylindrical-coordinate representation of color #D1017C: hue angle of 324.52º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1017C is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.18 |
| HSL | 324.52º | 0.99% | 0.41% | - |
| HSV(B) | 324.52º | 1% | 0.82% | - |
| XYZ | 29.94 | 15.03 | 20.39 | - |
| YUV | 77.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 124 | 0 | 1.00 | 0.41 | 0.18 | 324.52 | 0.99 | 0.41 |
| Hex | D1 | 1 | 7C | 0 | 64 | 29 | 12 | 145 | 63 | 29 |
| Octal | 321 | 1 | 174 | 0 | 144 | 51 | 22 | 505 | 143 | 51 |
| Binary | 11010001 | 1 | 1111100 | 0 | 1100100 | 101001 | 10010 | 101000101 | 1100011 | 101001 |
Color Harmonies of #D1017C
Complementary color
Monochromatic Colors of #D1017C
Black with #D1017C
Text Example
Text Example
White with #D1017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1017C; }
p { color: rgb(209,1,124); }
H1.HeaderClassName
{
color: #D1017C;
}
.AnyTagClassName
{
color: #D1017C;
}
</style>
background-color css
<style>
a { background-color: #D1017C; }
a { background-color: rgb(209,1,124); }
div.DivClassName
{
background-color: #D1017C;
}
.BgClassName
{
background-color: #D1017C;
}
</style>
border-color css
<style>
span { border-color: #D1017C; }
span { border-color: rgb(209,1,124); }
td.TdClassName
{
border-color: #D1017C;
}
.TagClassName
{
border-color: #D1017C;
}
</style>