Shades of Medium Violet Red #DC0179
Tints of Medium Violet Red #DC0179
RGB
CMYK
RGB Variations
Color information
#DC0179 (or 0xDC0179) is known color: Medium Violet Red. HEX triplet: DC, 01 and 79. RGB value is (220,1,121). Sum of RGB (Red+Green+Blue) = 220+1+121=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0179 is #23FE86. Grayscale: #4F4F4F. Windows color (decimal): -2358919 or 7930332. OLE color: 7930332.
HSL color Cylindrical-coordinate representation of color #DC0179: hue angle of 327.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0179 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.14 |
| HSL | 327.12º | 0.99% | 0.43% | - |
| HSV(B) | 327.12º | 1% | 0.86% | - |
| XYZ | 32.98 | 16.62 | 19.56 | - |
| YUV | 80.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 121 | 0 | 1.00 | 0.45 | 0.14 | 327.12 | 0.99 | 0.43 |
| Hex | DC | 1 | 79 | 0 | 64 | 2D | E | 147 | 63 | 2B |
| Octal | 334 | 1 | 171 | 0 | 144 | 55 | 16 | 507 | 143 | 53 |
| Binary | 11011100 | 1 | 1111001 | 0 | 1100100 | 101101 | 1110 | 101000111 | 1100011 | 101011 |
Color Harmonies of #DC0179
Complementary color
Monochromatic Colors of #DC0179
Black with #DC0179
Text Example
Text Example
White with #DC0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0179; }
p { color: rgb(220,1,121); }
H1.HeaderClassName
{
color: #DC0179;
}
.AnyTagClassName
{
color: #DC0179;
}
</style>
background-color css
<style>
a { background-color: #DC0179; }
a { background-color: rgb(220,1,121); }
div.DivClassName
{
background-color: #DC0179;
}
.BgClassName
{
background-color: #DC0179;
}
</style>
border-color css
<style>
span { border-color: #DC0179; }
span { border-color: rgb(220,1,121); }
td.TdClassName
{
border-color: #DC0179;
}
.TagClassName
{
border-color: #DC0179;
}
</style>