Shades of Deep Magenta #C409DC
Tints of Deep Magenta #C409DC
RGB
CMYK
RGB Variations
Color information
#C409DC (or 0xC409DC) is known color: Deep Magenta. HEX triplet: C4, 09 and DC. RGB value is (196,9,220). Sum of RGB (Red+Green+Blue) = 196+9+220=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #C409DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409DC is #3BF623. Grayscale: #585858. Windows color (decimal): -3929636 or 14420420. OLE color: 14420420.
HSL color Cylindrical-coordinate representation of color #C409DC: hue angle of 293.18º 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 #C409DC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 9 | 220 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.14 |
| HSL | 293.18º | 0.92% | 0.45% | - |
| HSV(B) | 293.18º | 0.96% | 0.86% | - |
| XYZ | 35.78 | 17.1 | 69.12 | - |
| YUV | 88.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 220 | 0.11 | 0.96 | 0 | 0.14 | 293.18 | 0.92 | 0.45 |
| Hex | C4 | 9 | DC | B | 60 | 0 | E | 125 | 5C | 2D |
| Octal | 304 | 11 | 334 | 13 | 140 | 0 | 16 | 445 | 134 | 55 |
| Binary | 11000100 | 1001 | 11011100 | 1011 | 1100000 | 0 | 1110 | 100100101 | 1011100 | 101101 |
Color Harmonies of #C409DC
Complementary color
Monochromatic Colors of #C409DC
Black with #C409DC
Text Example
Text Example
White with #C409DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409DC; }
p { color: rgb(196,9,220); }
H1.HeaderClassName
{
color: #C409DC;
}
.AnyTagClassName
{
color: #C409DC;
}
</style>
background-color css
<style>
a { background-color: #C409DC; }
a { background-color: rgb(196,9,220); }
div.DivClassName
{
background-color: #C409DC;
}
.BgClassName
{
background-color: #C409DC;
}
</style>
border-color css
<style>
span { border-color: #C409DC; }
span { border-color: rgb(196,9,220); }
td.TdClassName
{
border-color: #C409DC;
}
.TagClassName
{
border-color: #C409DC;
}
</style>