Shades of Medium Violet Red #DC1678
Tints of Medium Violet Red #DC1678
RGB
CMYK
RGB Variations
Color information
#DC1678 (or 0xDC1678) is known color: Medium Violet Red. HEX triplet: DC, 16 and 78. RGB value is (220,22,120). Sum of RGB (Red+Green+Blue) = 220+22+120=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1678 is #23E987. Grayscale: #5C5C5C. Windows color (decimal): -2353544 or 7870172. OLE color: 7870172.
HSL color Cylindrical-coordinate representation of color #DC1678: hue angle of 330.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1678 is Cyan = 0, Magento = 0.9, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 120 | - |
| CMYK | 0 | 0.9 | 0.45 | 0.14 |
| HSL | 330.3º | 0.82% | 0.47% | - |
| HSV(B) | 330.3º | 0.9% | 0.86% | - |
| XYZ | 33.19 | 17.15 | 19.33 | - |
| YUV | 92.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 120 | 0 | 0.9 | 0.45 | 0.14 | 330.3 | 0.82 | 0.47 |
| Hex | DC | 16 | 78 | 0 | 5A | 2D | E | 14A | 52 | 2F |
| Octal | 334 | 26 | 170 | 0 | 132 | 55 | 16 | 512 | 122 | 57 |
| Binary | 11011100 | 10110 | 1111000 | 0 | 1011010 | 101101 | 1110 | 101001010 | 1010010 | 101111 |
Color Harmonies of #DC1678
Complementary color
Monochromatic Colors of #DC1678
Black with #DC1678
Text Example
Text Example
White with #DC1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1678; }
p { color: rgb(220,22,120); }
H1.HeaderClassName
{
color: #DC1678;
}
.AnyTagClassName
{
color: #DC1678;
}
</style>
background-color css
<style>
a { background-color: #DC1678; }
a { background-color: rgb(220,22,120); }
div.DivClassName
{
background-color: #DC1678;
}
.BgClassName
{
background-color: #DC1678;
}
</style>
border-color css
<style>
span { border-color: #DC1678; }
span { border-color: rgb(220,22,120); }
td.TdClassName
{
border-color: #DC1678;
}
.TagClassName
{
border-color: #DC1678;
}
</style>