Shades of Medium Violet Red #D6127C
Tints of Medium Violet Red #D6127C
RGB
CMYK
RGB Variations
Color information
#D6127C (or 0xD6127C) is known color: Medium Violet Red. HEX triplet: D6, 12 and 7C. RGB value is (214,18,124). Sum of RGB (Red+Green+Blue) = 214+18+124=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6127C is #29ED83. Grayscale: #585858. Windows color (decimal): -2747780 or 8131286. OLE color: 8131286.
HSL color Cylindrical-coordinate representation of color #D6127C: hue angle of 327.55º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6127C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 124 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.16 |
| HSL | 327.55º | 0.84% | 0.45% | - |
| HSV(B) | 327.55º | 0.92% | 0.84% | - |
| XYZ | 31.59 | 16.18 | 20.53 | - |
| YUV | 88.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 124 | 0 | 0.92 | 0.42 | 0.16 | 327.55 | 0.84 | 0.45 |
| Hex | D6 | 12 | 7C | 0 | 5C | 2A | 10 | 148 | 54 | 2D |
| Octal | 326 | 22 | 174 | 0 | 134 | 52 | 20 | 510 | 124 | 55 |
| Binary | 11010110 | 10010 | 1111100 | 0 | 1011100 | 101010 | 10000 | 101001000 | 1010100 | 101101 |
Color Harmonies of #D6127C
Complementary color
Monochromatic Colors of #D6127C
Black with #D6127C
Text Example
Text Example
White with #D6127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6127C; }
p { color: rgb(214,18,124); }
H1.HeaderClassName
{
color: #D6127C;
}
.AnyTagClassName
{
color: #D6127C;
}
</style>
background-color css
<style>
a { background-color: #D6127C; }
a { background-color: rgb(214,18,124); }
div.DivClassName
{
background-color: #D6127C;
}
.BgClassName
{
background-color: #D6127C;
}
</style>
border-color css
<style>
span { border-color: #D6127C; }
span { border-color: rgb(214,18,124); }
td.TdClassName
{
border-color: #D6127C;
}
.TagClassName
{
border-color: #D6127C;
}
</style>