Shades of Medium Violet Red #DC1A8C
Tints of Medium Violet Red #DC1A8C
RGB
CMYK
RGB Variations
Color information
#DC1A8C (or 0xDC1A8C) is known color: Medium Violet Red. HEX triplet: DC, 1A and 8C. RGB value is (220,26,140). Sum of RGB (Red+Green+Blue) = 220+26+140=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1A8C is #23E573. Grayscale: #606060. Windows color (decimal): -2352500 or 9181916. OLE color: 9181916.
HSL color Cylindrical-coordinate representation of color #DC1A8C: hue angle of 324.74º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A8C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 140 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.14 |
| HSL | 324.74º | 0.79% | 0.48% | - |
| HSV(B) | 324.74º | 0.88% | 0.86% | - |
| XYZ | 34.62 | 17.85 | 26.43 | - |
| YUV | 97 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 140 | 0 | 0.88 | 0.36 | 0.14 | 324.74 | 0.79 | 0.48 |
| Hex | DC | 1A | 8C | 0 | 58 | 24 | E | 145 | 4F | 30 |
| Octal | 334 | 32 | 214 | 0 | 130 | 44 | 16 | 505 | 117 | 60 |
| Binary | 11011100 | 11010 | 10001100 | 0 | 1011000 | 100100 | 1110 | 101000101 | 1001111 | 110000 |
Color Harmonies of #DC1A8C
Complementary color
Monochromatic Colors of #DC1A8C
Black with #DC1A8C
Text Example
Text Example
White with #DC1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A8C; }
p { color: rgb(220,26,140); }
H1.HeaderClassName
{
color: #DC1A8C;
}
.AnyTagClassName
{
color: #DC1A8C;
}
</style>
background-color css
<style>
a { background-color: #DC1A8C; }
a { background-color: rgb(220,26,140); }
div.DivClassName
{
background-color: #DC1A8C;
}
.BgClassName
{
background-color: #DC1A8C;
}
</style>
border-color css
<style>
span { border-color: #DC1A8C; }
span { border-color: rgb(220,26,140); }
td.TdClassName
{
border-color: #DC1A8C;
}
.TagClassName
{
border-color: #DC1A8C;
}
</style>