Shades of Medium Violet Red #DC198E
Tints of Medium Violet Red #DC198E
RGB
CMYK
RGB Variations
Color information
#DC198E (or 0xDC198E) is known color: Medium Violet Red. HEX triplet: DC, 19 and 8E. RGB value is (220,25,142). Sum of RGB (Red+Green+Blue) = 220+25+142=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC198E is #23E671. Grayscale: #606060. Windows color (decimal): -2352754 or 9312732. OLE color: 9312732.
HSL color Cylindrical-coordinate representation of color #DC198E: hue angle of 324º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC198E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 324º | 0.8% | 0.48% | - |
| HSV(B) | 324º | 0.89% | 0.86% | - |
| XYZ | 34.75 | 17.86 | 27.21 | - |
| YUV | 96.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 142 | 0 | 0.89 | 0.35 | 0.14 | 324 | 0.8 | 0.48 |
| Hex | DC | 19 | 8E | 0 | 59 | 23 | E | 144 | 50 | 30 |
| Octal | 334 | 31 | 216 | 0 | 131 | 43 | 16 | 504 | 120 | 60 |
| Binary | 11011100 | 11001 | 10001110 | 0 | 1011001 | 100011 | 1110 | 101000100 | 1010000 | 110000 |
Color Harmonies of #DC198E
Complementary color
Monochromatic Colors of #DC198E
Black with #DC198E
Text Example
Text Example
White with #DC198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC198E; }
p { color: rgb(220,25,142); }
H1.HeaderClassName
{
color: #DC198E;
}
.AnyTagClassName
{
color: #DC198E;
}
</style>
background-color css
<style>
a { background-color: #DC198E; }
a { background-color: rgb(220,25,142); }
div.DivClassName
{
background-color: #DC198E;
}
.BgClassName
{
background-color: #DC198E;
}
</style>
border-color css
<style>
span { border-color: #DC198E; }
span { border-color: rgb(220,25,142); }
td.TdClassName
{
border-color: #DC198E;
}
.TagClassName
{
border-color: #DC198E;
}
</style>