Shades of Medium Violet Red #DC0278
Tints of Medium Violet Red #DC0278
RGB
CMYK
RGB Variations
Color information
#DC0278 (or 0xDC0278) is known color: Medium Violet Red. HEX triplet: DC, 02 and 78. RGB value is (220,2,120). Sum of RGB (Red+Green+Blue) = 220+2+120=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0278 is #23FD87. Grayscale: #505050. Windows color (decimal): -2358664 or 7865052. OLE color: 7865052.
HSL color Cylindrical-coordinate representation of color #DC0278: hue angle of 327.52º degrees, saturation: 0.98, 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 #DC0278 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.14 |
| HSL | 327.52º | 0.98% | 0.44% | - |
| HSV(B) | 327.52º | 0.99% | 0.86% | - |
| XYZ | 32.93 | 16.62 | 19.24 | - |
| YUV | 80.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 120 | 0 | 0.99 | 0.45 | 0.14 | 327.52 | 0.98 | 0.44 |
| Hex | DC | 2 | 78 | 0 | 63 | 2D | E | 148 | 62 | 2C |
| Octal | 334 | 2 | 170 | 0 | 143 | 55 | 16 | 510 | 142 | 54 |
| Binary | 11011100 | 10 | 1111000 | 0 | 1100011 | 101101 | 1110 | 101001000 | 1100010 | 101100 |
Color Harmonies of #DC0278
Complementary color
Monochromatic Colors of #DC0278
Black with #DC0278
Text Example
Text Example
White with #DC0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0278; }
p { color: rgb(220,2,120); }
H1.HeaderClassName
{
color: #DC0278;
}
.AnyTagClassName
{
color: #DC0278;
}
</style>
background-color css
<style>
a { background-color: #DC0278; }
a { background-color: rgb(220,2,120); }
div.DivClassName
{
background-color: #DC0278;
}
.BgClassName
{
background-color: #DC0278;
}
</style>
border-color css
<style>
span { border-color: #DC0278; }
span { border-color: rgb(220,2,120); }
td.TdClassName
{
border-color: #DC0278;
}
.TagClassName
{
border-color: #DC0278;
}
</style>