Shades of Deep Magenta #C404DD
Tints of Deep Magenta #C404DD
RGB
CMYK
RGB Variations
Color information
#C404DD (or 0xC404DD) is known color: Deep Magenta. HEX triplet: C4, 04 and DD. RGB value is (196,4,221). Sum of RGB (Red+Green+Blue) = 196+4+221=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #C404DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404DD is #3BFB22. Grayscale: #555555. Windows color (decimal): -3930915 or 14484676. OLE color: 14484676.
HSL color Cylindrical-coordinate representation of color #C404DD: hue angle of 293.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404DD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 4 | 221 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.13 |
| HSL | 293.09º | 0.96% | 0.44% | - |
| HSV(B) | 293.09º | 0.98% | 0.87% | - |
| XYZ | 35.86 | 17.04 | 69.81 | - |
| YUV | 86.15 | 204.11 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 221 | 0.11 | 0.98 | 0 | 0.13 | 293.09 | 0.96 | 0.44 |
| Hex | C4 | 4 | DD | B | 62 | 0 | D | 125 | 60 | 2C |
| Octal | 304 | 4 | 335 | 13 | 142 | 0 | 15 | 445 | 140 | 54 |
| Binary | 11000100 | 100 | 11011101 | 1011 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C404DD
Complementary color
Monochromatic Colors of #C404DD
Black with #C404DD
Text Example
Text Example
White with #C404DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404DD; }
p { color: rgb(196,4,221); }
H1.HeaderClassName
{
color: #C404DD;
}
.AnyTagClassName
{
color: #C404DD;
}
</style>
background-color css
<style>
a { background-color: #C404DD; }
a { background-color: rgb(196,4,221); }
div.DivClassName
{
background-color: #C404DD;
}
.BgClassName
{
background-color: #C404DD;
}
</style>
border-color css
<style>
span { border-color: #C404DD; }
span { border-color: rgb(196,4,221); }
td.TdClassName
{
border-color: #C404DD;
}
.TagClassName
{
border-color: #C404DD;
}
</style>