Shades of Deep Magenta #C418D9
Tints of Deep Magenta #C418D9
RGB
CMYK
RGB Variations
Color information
#C418D9 (or 0xC418D9) is known color: Deep Magenta. HEX triplet: C4, 18 and D9. RGB value is (196,24,217). Sum of RGB (Red+Green+Blue) = 196+24+217=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #C418D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418D9 is #3BE726. Grayscale: #606060. Windows color (decimal): -3925799 or 14227652. OLE color: 14227652.
HSL color Cylindrical-coordinate representation of color #C418D9: hue angle of 293.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C418D9 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 24 | 217 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.15 |
| HSL | 293.47º | 0.8% | 0.47% | - |
| HSV(B) | 293.47º | 0.89% | 0.85% | - |
| XYZ | 35.62 | 17.4 | 67.13 | - |
| YUV | 97.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 217 | 0.10 | 0.89 | 0 | 0.15 | 293.47 | 0.8 | 0.47 |
| Hex | C4 | 18 | D9 | A | 59 | 0 | F | 125 | 50 | 2F |
| Octal | 304 | 30 | 331 | 12 | 131 | 0 | 17 | 445 | 120 | 57 |
| Binary | 11000100 | 11000 | 11011001 | 1010 | 1011001 | 0 | 1111 | 100100101 | 1010000 | 101111 |
Color Harmonies of #C418D9
Complementary color
Monochromatic Colors of #C418D9
Black with #C418D9
Text Example
Text Example
White with #C418D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418D9; }
p { color: rgb(196,24,217); }
H1.HeaderClassName
{
color: #C418D9;
}
.AnyTagClassName
{
color: #C418D9;
}
</style>
background-color css
<style>
a { background-color: #C418D9; }
a { background-color: rgb(196,24,217); }
div.DivClassName
{
background-color: #C418D9;
}
.BgClassName
{
background-color: #C418D9;
}
</style>
border-color css
<style>
span { border-color: #C418D9; }
span { border-color: rgb(196,24,217); }
td.TdClassName
{
border-color: #C418D9;
}
.TagClassName
{
border-color: #C418D9;
}
</style>