Shades of Medium Violet Red #D1207C
Tints of Medium Violet Red #D1207C
RGB
CMYK
RGB Variations
Color information
#D1207C (or 0xD1207C) is known color: Medium Violet Red. HEX triplet: D1, 20 and 7C. RGB value is (209,32,124). Sum of RGB (Red+Green+Blue) = 209+32+124=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1207C is #2EDF83. Grayscale: #5F5F5F. Windows color (decimal): -3071876 or 8134865. OLE color: 8134865.
HSL color Cylindrical-coordinate representation of color #D1207C: hue angle of 328.81º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1207C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 124 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.18 |
| HSL | 328.81º | 0.73% | 0.47% | - |
| HSV(B) | 328.81º | 0.85% | 0.82% | - |
| XYZ | 30.45 | 16.04 | 20.56 | - |
| YUV | 95.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 124 | 0 | 0.85 | 0.41 | 0.18 | 328.81 | 0.73 | 0.47 |
| Hex | D1 | 20 | 7C | 0 | 55 | 29 | 12 | 149 | 49 | 2F |
| Octal | 321 | 40 | 174 | 0 | 125 | 51 | 22 | 511 | 111 | 57 |
| Binary | 11010001 | 100000 | 1111100 | 0 | 1010101 | 101001 | 10010 | 101001001 | 1001001 | 101111 |
Color Harmonies of #D1207C
Complementary color
Monochromatic Colors of #D1207C
Black with #D1207C
Text Example
Text Example
White with #D1207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1207C; }
p { color: rgb(209,32,124); }
H1.HeaderClassName
{
color: #D1207C;
}
.AnyTagClassName
{
color: #D1207C;
}
</style>
background-color css
<style>
a { background-color: #D1207C; }
a { background-color: rgb(209,32,124); }
div.DivClassName
{
background-color: #D1207C;
}
.BgClassName
{
background-color: #D1207C;
}
</style>
border-color css
<style>
span { border-color: #D1207C; }
span { border-color: rgb(209,32,124); }
td.TdClassName
{
border-color: #D1207C;
}
.TagClassName
{
border-color: #D1207C;
}
</style>