Shades of Medium Violet Red #DC0B7C
Tints of Medium Violet Red #DC0B7C
RGB
CMYK
RGB Variations
Color information
#DC0B7C (or 0xDC0B7C) is known color: Medium Violet Red. HEX triplet: DC, 0B and 7C. RGB value is (220,11,124). Sum of RGB (Red+Green+Blue) = 220+11+124=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B7C is #23F483. Grayscale: #565656. Windows color (decimal): -2356356 or 8129500. OLE color: 8129500.
HSL color Cylindrical-coordinate representation of color #DC0B7C: hue angle of 327.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B7C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 124 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.14 |
| HSL | 327.56º | 0.9% | 0.45% | - |
| HSV(B) | 327.56º | 0.95% | 0.86% | - |
| XYZ | 33.27 | 16.91 | 20.58 | - |
| YUV | 86.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 124 | 0 | 0.95 | 0.44 | 0.14 | 327.56 | 0.9 | 0.45 |
| Hex | DC | B | 7C | 0 | 5F | 2C | E | 148 | 5A | 2D |
| Octal | 334 | 13 | 174 | 0 | 137 | 54 | 16 | 510 | 132 | 55 |
| Binary | 11011100 | 1011 | 1111100 | 0 | 1011111 | 101100 | 1110 | 101001000 | 1011010 | 101101 |
Color Harmonies of #DC0B7C
Complementary color
Monochromatic Colors of #DC0B7C
Black with #DC0B7C
Text Example
Text Example
White with #DC0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B7C; }
p { color: rgb(220,11,124); }
H1.HeaderClassName
{
color: #DC0B7C;
}
.AnyTagClassName
{
color: #DC0B7C;
}
</style>
background-color css
<style>
a { background-color: #DC0B7C; }
a { background-color: rgb(220,11,124); }
div.DivClassName
{
background-color: #DC0B7C;
}
.BgClassName
{
background-color: #DC0B7C;
}
</style>
border-color css
<style>
span { border-color: #DC0B7C; }
span { border-color: rgb(220,11,124); }
td.TdClassName
{
border-color: #DC0B7C;
}
.TagClassName
{
border-color: #DC0B7C;
}
</style>