Shades of Deep Magenta #DC17C3
Tints of Deep Magenta #DC17C3
RGB
CMYK
RGB Variations
Color information
#DC17C3 (or 0xDC17C3) is known color: Deep Magenta. HEX triplet: DC, 17 and C3. RGB value is (220,23,195). Sum of RGB (Red+Green+Blue) = 220+23+195=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17C3 is #23E83C. Grayscale: #656565. Windows color (decimal): -2353213 or 12785628. OLE color: 12785628.
HSL color Cylindrical-coordinate representation of color #DC17C3: hue angle of 307.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17C3 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 195 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.14 |
| HSL | 307.61º | 0.81% | 0.48% | - |
| HSV(B) | 307.61º | 0.9% | 0.86% | - |
| XYZ | 39.67 | 19.77 | 53.35 | - |
| YUV | 101.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 195 | 0 | 0.90 | 0.11 | 0.14 | 307.61 | 0.81 | 0.48 |
| Hex | DC | 17 | C3 | 0 | 5A | B | E | 134 | 51 | 30 |
| Octal | 334 | 27 | 303 | 0 | 132 | 13 | 16 | 464 | 121 | 60 |
| Binary | 11011100 | 10111 | 11000011 | 0 | 1011010 | 1011 | 1110 | 100110100 | 1010001 | 110000 |
Color Harmonies of #DC17C3
Complementary color
Monochromatic Colors of #DC17C3
Black with #DC17C3
Text Example
Text Example
White with #DC17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17C3; }
p { color: rgb(220,23,195); }
H1.HeaderClassName
{
color: #DC17C3;
}
.AnyTagClassName
{
color: #DC17C3;
}
</style>
background-color css
<style>
a { background-color: #DC17C3; }
a { background-color: rgb(220,23,195); }
div.DivClassName
{
background-color: #DC17C3;
}
.BgClassName
{
background-color: #DC17C3;
}
</style>
border-color css
<style>
span { border-color: #DC17C3; }
span { border-color: rgb(220,23,195); }
td.TdClassName
{
border-color: #DC17C3;
}
.TagClassName
{
border-color: #DC17C3;
}
</style>