Shades of Medium Violet Red #DC0380
Tints of Medium Violet Red #DC0380
RGB
CMYK
RGB Variations
Color information
#DC0380 (or 0xDC0380) is known color: Medium Violet Red. HEX triplet: DC, 03 and 80. RGB value is (220,3,128). Sum of RGB (Red+Green+Blue) = 220+3+128=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0380 is #23FC7F. Grayscale: #515151. Windows color (decimal): -2358400 or 8389596. OLE color: 8389596.
HSL color Cylindrical-coordinate representation of color #DC0380: hue angle of 325.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0380 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.14 |
| HSL | 325.44º | 0.97% | 0.44% | - |
| HSV(B) | 325.44º | 0.99% | 0.86% | - |
| XYZ | 33.44 | 16.84 | 21.91 | - |
| YUV | 82.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 128 | 0 | 0.99 | 0.42 | 0.14 | 325.44 | 0.97 | 0.44 |
| Hex | DC | 3 | 80 | 0 | 63 | 2A | E | 145 | 61 | 2C |
| Octal | 334 | 3 | 200 | 0 | 143 | 52 | 16 | 505 | 141 | 54 |
| Binary | 11011100 | 11 | 10000000 | 0 | 1100011 | 101010 | 1110 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DC0380
Complementary color
Monochromatic Colors of #DC0380
Black with #DC0380
Text Example
Text Example
White with #DC0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0380; }
p { color: rgb(220,3,128); }
H1.HeaderClassName
{
color: #DC0380;
}
.AnyTagClassName
{
color: #DC0380;
}
</style>
background-color css
<style>
a { background-color: #DC0380; }
a { background-color: rgb(220,3,128); }
div.DivClassName
{
background-color: #DC0380;
}
.BgClassName
{
background-color: #DC0380;
}
</style>
border-color css
<style>
span { border-color: #DC0380; }
span { border-color: rgb(220,3,128); }
td.TdClassName
{
border-color: #DC0380;
}
.TagClassName
{
border-color: #DC0380;
}
</style>