Shades of Medium Violet Red #DC187C
Tints of Medium Violet Red #DC187C
RGB
CMYK
RGB Variations
Color information
#DC187C (or 0xDC187C) is known color: Medium Violet Red. HEX triplet: DC, 18 and 7C. RGB value is (220,24,124). Sum of RGB (Red+Green+Blue) = 220+24+124=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC187C is #23E783. Grayscale: #5D5D5D. Windows color (decimal): -2353028 or 8132828. OLE color: 8132828.
HSL color Cylindrical-coordinate representation of color #DC187C: hue angle of 329.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC187C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.14 |
| HSL | 329.39º | 0.8% | 0.48% | - |
| HSV(B) | 329.39º | 0.89% | 0.86% | - |
| XYZ | 33.48 | 17.32 | 20.65 | - |
| YUV | 94 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 124 | 0 | 0.89 | 0.44 | 0.14 | 329.39 | 0.8 | 0.48 |
| Hex | DC | 18 | 7C | 0 | 59 | 2C | E | 149 | 50 | 30 |
| Octal | 334 | 30 | 174 | 0 | 131 | 54 | 16 | 511 | 120 | 60 |
| Binary | 11011100 | 11000 | 1111100 | 0 | 1011001 | 101100 | 1110 | 101001001 | 1010000 | 110000 |
Color Harmonies of #DC187C
Complementary color
Monochromatic Colors of #DC187C
Black with #DC187C
Text Example
Text Example
White with #DC187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC187C; }
p { color: rgb(220,24,124); }
H1.HeaderClassName
{
color: #DC187C;
}
.AnyTagClassName
{
color: #DC187C;
}
</style>
background-color css
<style>
a { background-color: #DC187C; }
a { background-color: rgb(220,24,124); }
div.DivClassName
{
background-color: #DC187C;
}
.BgClassName
{
background-color: #DC187C;
}
</style>
border-color css
<style>
span { border-color: #DC187C; }
span { border-color: rgb(220,24,124); }
td.TdClassName
{
border-color: #DC187C;
}
.TagClassName
{
border-color: #DC187C;
}
</style>