Shades of Medium Violet Red #DC0181
Tints of Medium Violet Red #DC0181
RGB
CMYK
RGB Variations
Color information
#DC0181 (or 0xDC0181) is known color: Medium Violet Red. HEX triplet: DC, 01 and 81. RGB value is (220,1,129). Sum of RGB (Red+Green+Blue) = 220+1+129=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0181 is #23FE7E. Grayscale: #505050. Windows color (decimal): -2358911 or 8454620. OLE color: 8454620.
HSL color Cylindrical-coordinate representation of color #DC0181: hue angle of 324.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0181 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.14 |
| HSL | 324.93º | 0.99% | 0.43% | - |
| HSV(B) | 324.93º | 1% | 0.86% | - |
| XYZ | 33.49 | 16.82 | 22.25 | - |
| YUV | 81.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 129 | 0 | 1.00 | 0.41 | 0.14 | 324.93 | 0.99 | 0.43 |
| Hex | DC | 1 | 81 | 0 | 64 | 29 | E | 145 | 63 | 2B |
| Octal | 334 | 1 | 201 | 0 | 144 | 51 | 16 | 505 | 143 | 53 |
| Binary | 11011100 | 1 | 10000001 | 0 | 1100100 | 101001 | 1110 | 101000101 | 1100011 | 101011 |
Color Harmonies of #DC0181
Complementary color
Monochromatic Colors of #DC0181
Black with #DC0181
Text Example
Text Example
White with #DC0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0181; }
p { color: rgb(220,1,129); }
H1.HeaderClassName
{
color: #DC0181;
}
.AnyTagClassName
{
color: #DC0181;
}
</style>
background-color css
<style>
a { background-color: #DC0181; }
a { background-color: rgb(220,1,129); }
div.DivClassName
{
background-color: #DC0181;
}
.BgClassName
{
background-color: #DC0181;
}
</style>
border-color css
<style>
span { border-color: #DC0181; }
span { border-color: rgb(220,1,129); }
td.TdClassName
{
border-color: #DC0181;
}
.TagClassName
{
border-color: #DC0181;
}
</style>