Shades of Medium Violet Red #D6107C
Tints of Medium Violet Red #D6107C
RGB
CMYK
RGB Variations
Color information
#D6107C (or 0xD6107C) is known color: Medium Violet Red. HEX triplet: D6, 10 and 7C. RGB value is (214,16,124). Sum of RGB (Red+Green+Blue) = 214+16+124=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6107C is #29EF83. Grayscale: #575757. Windows color (decimal): -2748292 or 8130774. OLE color: 8130774.
HSL color Cylindrical-coordinate representation of color #D6107C: hue angle of 327.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6107C is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.16 |
| HSL | 327.27º | 0.86% | 0.45% | - |
| HSV(B) | 327.27º | 0.93% | 0.84% | - |
| XYZ | 31.55 | 16.12 | 20.52 | - |
| YUV | 87.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 124 | 0 | 0.93 | 0.42 | 0.16 | 327.27 | 0.86 | 0.45 |
| Hex | D6 | 10 | 7C | 0 | 5D | 2A | 10 | 147 | 56 | 2D |
| Octal | 326 | 20 | 174 | 0 | 135 | 52 | 20 | 507 | 126 | 55 |
| Binary | 11010110 | 10000 | 1111100 | 0 | 1011101 | 101010 | 10000 | 101000111 | 1010110 | 101101 |
Color Harmonies of #D6107C
Complementary color
Monochromatic Colors of #D6107C
Black with #D6107C
Text Example
Text Example
White with #D6107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6107C; }
p { color: rgb(214,16,124); }
H1.HeaderClassName
{
color: #D6107C;
}
.AnyTagClassName
{
color: #D6107C;
}
</style>
background-color css
<style>
a { background-color: #D6107C; }
a { background-color: rgb(214,16,124); }
div.DivClassName
{
background-color: #D6107C;
}
.BgClassName
{
background-color: #D6107C;
}
</style>
border-color css
<style>
span { border-color: #D6107C; }
span { border-color: rgb(214,16,124); }
td.TdClassName
{
border-color: #D6107C;
}
.TagClassName
{
border-color: #D6107C;
}
</style>