Shades of Medium Violet Red #DC178A
Tints of Medium Violet Red #DC178A
RGB
CMYK
RGB Variations
Color information
#DC178A (or 0xDC178A) is known color: Medium Violet Red. HEX triplet: DC, 17 and 8A. RGB value is (220,23,138). Sum of RGB (Red+Green+Blue) = 220+23+138=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC178A is #23E875. Grayscale: #5E5E5E. Windows color (decimal): -2353270 or 9050076. OLE color: 9050076.
HSL color Cylindrical-coordinate representation of color #DC178A: hue angle of 324.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC178A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.14 |
| HSL | 324.97º | 0.81% | 0.48% | - |
| HSV(B) | 324.97º | 0.9% | 0.86% | - |
| XYZ | 34.41 | 17.66 | 25.64 | - |
| YUV | 95.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 138 | 0 | 0.90 | 0.37 | 0.14 | 324.97 | 0.81 | 0.48 |
| Hex | DC | 17 | 8A | 0 | 5A | 25 | E | 145 | 51 | 30 |
| Octal | 334 | 27 | 212 | 0 | 132 | 45 | 16 | 505 | 121 | 60 |
| Binary | 11011100 | 10111 | 10001010 | 0 | 1011010 | 100101 | 1110 | 101000101 | 1010001 | 110000 |
Color Harmonies of #DC178A
Complementary color
Monochromatic Colors of #DC178A
Black with #DC178A
Text Example
Text Example
White with #DC178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC178A; }
p { color: rgb(220,23,138); }
H1.HeaderClassName
{
color: #DC178A;
}
.AnyTagClassName
{
color: #DC178A;
}
</style>
background-color css
<style>
a { background-color: #DC178A; }
a { background-color: rgb(220,23,138); }
div.DivClassName
{
background-color: #DC178A;
}
.BgClassName
{
background-color: #DC178A;
}
</style>
border-color css
<style>
span { border-color: #DC178A; }
span { border-color: rgb(220,23,138); }
td.TdClassName
{
border-color: #DC178A;
}
.TagClassName
{
border-color: #DC178A;
}
</style>