Shades of Medium Violet Red #DC157C
Tints of Medium Violet Red #DC157C
RGB
CMYK
RGB Variations
Color information
#DC157C (or 0xDC157C) is known color: Medium Violet Red. HEX triplet: DC, 15 and 7C. RGB value is (220,21,124). Sum of RGB (Red+Green+Blue) = 220+21+124=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC157C is #23EA83. Grayscale: #5C5C5C. Windows color (decimal): -2353796 or 8132060. OLE color: 8132060.
HSL color Cylindrical-coordinate representation of color #DC157C: hue angle of 328.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC157C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.14 |
| HSL | 328.94º | 0.83% | 0.47% | - |
| HSV(B) | 328.94º | 0.9% | 0.86% | - |
| XYZ | 33.42 | 17.21 | 20.63 | - |
| YUV | 92.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 124 | 0 | 0.90 | 0.44 | 0.14 | 328.94 | 0.83 | 0.47 |
| Hex | DC | 15 | 7C | 0 | 5A | 2C | E | 149 | 53 | 2F |
| Octal | 334 | 25 | 174 | 0 | 132 | 54 | 16 | 511 | 123 | 57 |
| Binary | 11011100 | 10101 | 1111100 | 0 | 1011010 | 101100 | 1110 | 101001001 | 1010011 | 101111 |
Color Harmonies of #DC157C
Complementary color
Monochromatic Colors of #DC157C
Black with #DC157C
Text Example
Text Example
White with #DC157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC157C; }
p { color: rgb(220,21,124); }
H1.HeaderClassName
{
color: #DC157C;
}
.AnyTagClassName
{
color: #DC157C;
}
</style>
background-color css
<style>
a { background-color: #DC157C; }
a { background-color: rgb(220,21,124); }
div.DivClassName
{
background-color: #DC157C;
}
.BgClassName
{
background-color: #DC157C;
}
</style>
border-color css
<style>
span { border-color: #DC157C; }
span { border-color: rgb(220,21,124); }
td.TdClassName
{
border-color: #DC157C;
}
.TagClassName
{
border-color: #DC157C;
}
</style>