Shades of Medium Violet Red #DC0C94
Tints of Medium Violet Red #DC0C94
RGB
CMYK
RGB Variations
Color information
#DC0C94 (or 0xDC0C94) is known color: Medium Violet Red. HEX triplet: DC, 0C and 94. RGB value is (220,12,148). Sum of RGB (Red+Green+Blue) = 220+12+148=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C94 is #23F36B. Grayscale: #595959. Windows color (decimal): -2356076 or 9702620. OLE color: 9702620.
HSL color Cylindrical-coordinate representation of color #DC0C94: hue angle of 320.77º 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 #DC0C94 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 148 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.14 |
| HSL | 320.77º | 0.9% | 0.45% | - |
| HSV(B) | 320.77º | 0.95% | 0.86% | - |
| XYZ | 34.99 | 17.62 | 29.57 | - |
| YUV | 89.7 | 160.91 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 148 | 0 | 0.95 | 0.33 | 0.14 | 320.77 | 0.9 | 0.45 |
| Hex | DC | C | 94 | 0 | 5F | 21 | E | 141 | 5A | 2D |
| Octal | 334 | 14 | 224 | 0 | 137 | 41 | 16 | 501 | 132 | 55 |
| Binary | 11011100 | 1100 | 10010100 | 0 | 1011111 | 100001 | 1110 | 101000001 | 1011010 | 101101 |
Color Harmonies of #DC0C94
Complementary color
Monochromatic Colors of #DC0C94
Black with #DC0C94
Text Example
Text Example
White with #DC0C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C94; }
p { color: rgb(220,12,148); }
H1.HeaderClassName
{
color: #DC0C94;
}
.AnyTagClassName
{
color: #DC0C94;
}
</style>
background-color css
<style>
a { background-color: #DC0C94; }
a { background-color: rgb(220,12,148); }
div.DivClassName
{
background-color: #DC0C94;
}
.BgClassName
{
background-color: #DC0C94;
}
</style>
border-color css
<style>
span { border-color: #DC0C94; }
span { border-color: rgb(220,12,148); }
td.TdClassName
{
border-color: #DC0C94;
}
.TagClassName
{
border-color: #DC0C94;
}
</style>