Shades of Deep Magenta #C409D7
Tints of Deep Magenta #C409D7
RGB
CMYK
RGB Variations
Color information
#C409D7 (or 0xC409D7) is known color: Deep Magenta. HEX triplet: C4, 09 and D7. RGB value is (196,9,215). Sum of RGB (Red+Green+Blue) = 196+9+215=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #C409D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409D7 is #3BF628. Grayscale: #575757. Windows color (decimal): -3929641 or 14092740. OLE color: 14092740.
HSL color Cylindrical-coordinate representation of color #C409D7: hue angle of 294.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409D7 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 9 | 215 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.16 |
| HSL | 294.47º | 0.92% | 0.44% | - |
| HSV(B) | 294.47º | 0.96% | 0.84% | - |
| XYZ | 35.13 | 16.84 | 65.69 | - |
| YUV | 88.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 215 | 0.09 | 0.96 | 0 | 0.16 | 294.47 | 0.92 | 0.44 |
| Hex | C4 | 9 | D7 | 9 | 60 | 0 | 10 | 126 | 5C | 2C |
| Octal | 304 | 11 | 327 | 11 | 140 | 0 | 20 | 446 | 134 | 54 |
| Binary | 11000100 | 1001 | 11010111 | 1001 | 1100000 | 0 | 10000 | 100100110 | 1011100 | 101100 |
Color Harmonies of #C409D7
Complementary color
Monochromatic Colors of #C409D7
Black with #C409D7
Text Example
Text Example
White with #C409D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409D7; }
p { color: rgb(196,9,215); }
H1.HeaderClassName
{
color: #C409D7;
}
.AnyTagClassName
{
color: #C409D7;
}
</style>
background-color css
<style>
a { background-color: #C409D7; }
a { background-color: rgb(196,9,215); }
div.DivClassName
{
background-color: #C409D7;
}
.BgClassName
{
background-color: #C409D7;
}
</style>
border-color css
<style>
span { border-color: #C409D7; }
span { border-color: rgb(196,9,215); }
td.TdClassName
{
border-color: #C409D7;
}
.TagClassName
{
border-color: #C409D7;
}
</style>