Shades of Deep Magenta #DC09C0
Tints of Deep Magenta #DC09C0
RGB
CMYK
RGB Variations
Color information
#DC09C0 (or 0xDC09C0) is known color: Deep Magenta. HEX triplet: DC, 09 and C0. RGB value is (220,9,192). Sum of RGB (Red+Green+Blue) = 220+9+192=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09C0 is #23F63F. Grayscale: #5C5C5C. Windows color (decimal): -2356800 or 12585436. OLE color: 12585436.
HSL color Cylindrical-coordinate representation of color #DC09C0: hue angle of 307.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.14 |
| HSL | 307.96º | 0.92% | 0.45% | - |
| HSV(B) | 307.96º | 0.96% | 0.86% | - |
| XYZ | 39.13 | 19.22 | 51.52 | - |
| YUV | 92.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 192 | 0 | 0.96 | 0.13 | 0.14 | 307.96 | 0.92 | 0.45 |
| Hex | DC | 9 | C0 | 0 | 60 | D | E | 134 | 5C | 2D |
| Octal | 334 | 11 | 300 | 0 | 140 | 15 | 16 | 464 | 134 | 55 |
| Binary | 11011100 | 1001 | 11000000 | 0 | 1100000 | 1101 | 1110 | 100110100 | 1011100 | 101101 |
Color Harmonies of #DC09C0
Complementary color
Monochromatic Colors of #DC09C0
Black with #DC09C0
Text Example
Text Example
White with #DC09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09C0; }
p { color: rgb(220,9,192); }
H1.HeaderClassName
{
color: #DC09C0;
}
.AnyTagClassName
{
color: #DC09C0;
}
</style>
background-color css
<style>
a { background-color: #DC09C0; }
a { background-color: rgb(220,9,192); }
div.DivClassName
{
background-color: #DC09C0;
}
.BgClassName
{
background-color: #DC09C0;
}
</style>
border-color css
<style>
span { border-color: #DC09C0; }
span { border-color: rgb(220,9,192); }
td.TdClassName
{
border-color: #DC09C0;
}
.TagClassName
{
border-color: #DC09C0;
}
</style>