Shades of Deep Magenta #DC1FC7
Tints of Deep Magenta #DC1FC7
RGB
CMYK
RGB Variations
Color information
#DC1FC7 (or 0xDC1FC7) is known color: Deep Magenta. HEX triplet: DC, 1F and C7. RGB value is (220,31,199). Sum of RGB (Red+Green+Blue) = 220+31+199=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FC7 is #23E038. Grayscale: #6A6A6A. Windows color (decimal): -2351161 or 13049820. OLE color: 13049820.
HSL color Cylindrical-coordinate representation of color #DC1FC7: hue angle of 306.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FC7 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 199 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.14 |
| HSL | 306.67º | 0.75% | 0.49% | - |
| HSV(B) | 306.67º | 0.86% | 0.86% | - |
| XYZ | 40.31 | 20.32 | 55.83 | - |
| YUV | 106.66 | 180.12 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 199 | 0 | 0.86 | 0.10 | 0.14 | 306.67 | 0.75 | 0.49 |
| Hex | DC | 1F | C7 | 0 | 56 | A | E | 133 | 4B | 31 |
| Octal | 334 | 37 | 307 | 0 | 126 | 12 | 16 | 463 | 113 | 61 |
| Binary | 11011100 | 11111 | 11000111 | 0 | 1010110 | 1010 | 1110 | 100110011 | 1001011 | 110001 |
Color Harmonies of #DC1FC7
Complementary color
Monochromatic Colors of #DC1FC7
Black with #DC1FC7
Text Example
Text Example
White with #DC1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FC7; }
p { color: rgb(220,31,199); }
H1.HeaderClassName
{
color: #DC1FC7;
}
.AnyTagClassName
{
color: #DC1FC7;
}
</style>
background-color css
<style>
a { background-color: #DC1FC7; }
a { background-color: rgb(220,31,199); }
div.DivClassName
{
background-color: #DC1FC7;
}
.BgClassName
{
background-color: #DC1FC7;
}
</style>
border-color css
<style>
span { border-color: #DC1FC7; }
span { border-color: rgb(220,31,199); }
td.TdClassName
{
border-color: #DC1FC7;
}
.TagClassName
{
border-color: #DC1FC7;
}
</style>