Shades of Medium Violet Red #D6178C
Tints of Medium Violet Red #D6178C
RGB
CMYK
RGB Variations
Color information
#D6178C (or 0xD6178C) is known color: Medium Violet Red. HEX triplet: D6, 17 and 8C. RGB value is (214,23,140). Sum of RGB (Red+Green+Blue) = 214+23+140=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6178C is #29E873. Grayscale: #5D5D5D. Windows color (decimal): -2746484 or 9181142. OLE color: 9181142.
HSL color Cylindrical-coordinate representation of color #D6178C: hue angle of 323.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6178C is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 140 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.16 |
| HSL | 323.25º | 0.81% | 0.46% | - |
| HSV(B) | 323.25º | 0.89% | 0.84% | - |
| XYZ | 32.77 | 16.8 | 26.33 | - |
| YUV | 93.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 140 | 0 | 0.89 | 0.35 | 0.16 | 323.25 | 0.81 | 0.46 |
| Hex | D6 | 17 | 8C | 0 | 59 | 23 | 10 | 143 | 51 | 2E |
| Octal | 326 | 27 | 214 | 0 | 131 | 43 | 20 | 503 | 121 | 56 |
| Binary | 11010110 | 10111 | 10001100 | 0 | 1011001 | 100011 | 10000 | 101000011 | 1010001 | 101110 |
Color Harmonies of #D6178C
Complementary color
Monochromatic Colors of #D6178C
Black with #D6178C
Text Example
Text Example
White with #D6178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6178C; }
p { color: rgb(214,23,140); }
H1.HeaderClassName
{
color: #D6178C;
}
.AnyTagClassName
{
color: #D6178C;
}
</style>
background-color css
<style>
a { background-color: #D6178C; }
a { background-color: rgb(214,23,140); }
div.DivClassName
{
background-color: #D6178C;
}
.BgClassName
{
background-color: #D6178C;
}
</style>
border-color css
<style>
span { border-color: #D6178C; }
span { border-color: rgb(214,23,140); }
td.TdClassName
{
border-color: #D6178C;
}
.TagClassName
{
border-color: #D6178C;
}
</style>