Shades of Deep Magenta #C40AD9
Tints of Deep Magenta #C40AD9
RGB
CMYK
RGB Variations
Color information
#C40AD9 (or 0xC40AD9) is known color: Deep Magenta. HEX triplet: C4, 0A and D9. RGB value is (196,10,217). Sum of RGB (Red+Green+Blue) = 196+10+217=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #C40AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AD9 is #3BF526. Grayscale: #585858. Windows color (decimal): -3929383 or 14224068. OLE color: 14224068.
HSL color Cylindrical-coordinate representation of color #C40AD9: hue angle of 293.91º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40AD9 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 10 | 217 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.15 |
| HSL | 293.91º | 0.91% | 0.45% | - |
| HSV(B) | 293.91º | 0.95% | 0.85% | - |
| XYZ | 35.4 | 16.96 | 67.05 | - |
| YUV | 89.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 217 | 0.10 | 0.95 | 0 | 0.15 | 293.91 | 0.91 | 0.45 |
| Hex | C4 | A | D9 | A | 5F | 0 | F | 126 | 5B | 2D |
| Octal | 304 | 12 | 331 | 12 | 137 | 0 | 17 | 446 | 133 | 55 |
| Binary | 11000100 | 1010 | 11011001 | 1010 | 1011111 | 0 | 1111 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C40AD9
Complementary color
Monochromatic Colors of #C40AD9
Black with #C40AD9
Text Example
Text Example
White with #C40AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AD9; }
p { color: rgb(196,10,217); }
H1.HeaderClassName
{
color: #C40AD9;
}
.AnyTagClassName
{
color: #C40AD9;
}
</style>
background-color css
<style>
a { background-color: #C40AD9; }
a { background-color: rgb(196,10,217); }
div.DivClassName
{
background-color: #C40AD9;
}
.BgClassName
{
background-color: #C40AD9;
}
</style>
border-color css
<style>
span { border-color: #C40AD9; }
span { border-color: rgb(196,10,217); }
td.TdClassName
{
border-color: #C40AD9;
}
.TagClassName
{
border-color: #C40AD9;
}
</style>