Shades of Medium Violet Red #DC128C
Tints of Medium Violet Red #DC128C
RGB
CMYK
RGB Variations
Color information
#DC128C (or 0xDC128C) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8C. RGB value is (220,18,140). Sum of RGB (Red+Green+Blue) = 220+18+140=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128C is #23ED73. Grayscale: #5C5C5C. Windows color (decimal): -2354548 or 9179868. OLE color: 9179868.
HSL color Cylindrical-coordinate representation of color #DC128C: hue angle of 323.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC128C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 140 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.14 |
| HSL | 323.76º | 0.85% | 0.47% | - |
| HSV(B) | 323.76º | 0.92% | 0.86% | - |
| XYZ | 34.47 | 17.54 | 26.38 | - |
| YUV | 92.31 | 154.92 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 140 | 0 | 0.92 | 0.36 | 0.14 | 323.76 | 0.85 | 0.47 |
| Hex | DC | 12 | 8C | 0 | 5C | 24 | E | 144 | 55 | 2F |
| Octal | 334 | 22 | 214 | 0 | 134 | 44 | 16 | 504 | 125 | 57 |
| Binary | 11011100 | 10010 | 10001100 | 0 | 1011100 | 100100 | 1110 | 101000100 | 1010101 | 101111 |
Color Harmonies of #DC128C
Complementary color
Monochromatic Colors of #DC128C
Black with #DC128C
Text Example
Text Example
White with #DC128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC128C; }
p { color: rgb(220,18,140); }
H1.HeaderClassName
{
color: #DC128C;
}
.AnyTagClassName
{
color: #DC128C;
}
</style>
background-color css
<style>
a { background-color: #DC128C; }
a { background-color: rgb(220,18,140); }
div.DivClassName
{
background-color: #DC128C;
}
.BgClassName
{
background-color: #DC128C;
}
</style>
border-color css
<style>
span { border-color: #DC128C; }
span { border-color: rgb(220,18,140); }
td.TdClassName
{
border-color: #DC128C;
}
.TagClassName
{
border-color: #DC128C;
}
</style>