Shades of Deep Magenta #C406DD
Tints of Deep Magenta #C406DD
RGB
CMYK
RGB Variations
Color information
#C406DD (or 0xC406DD) is known color: Deep Magenta. HEX triplet: C4, 06 and DD. RGB value is (196,6,221). Sum of RGB (Red+Green+Blue) = 196+6+221=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C406DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406DD is #3BF922. Grayscale: #565656. Windows color (decimal): -3930403 or 14485188. OLE color: 14485188.
HSL color Cylindrical-coordinate representation of color #C406DD: hue angle of 293.02º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406DD is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 6 | 221 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.13 |
| HSL | 293.02º | 0.95% | 0.45% | - |
| HSV(B) | 293.02º | 0.97% | 0.87% | - |
| XYZ | 35.88 | 17.09 | 69.81 | - |
| YUV | 87.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 221 | 0.11 | 0.97 | 0 | 0.13 | 293.02 | 0.95 | 0.45 |
| Hex | C4 | 6 | DD | B | 61 | 0 | D | 125 | 5F | 2D |
| Octal | 304 | 6 | 335 | 13 | 141 | 0 | 15 | 445 | 137 | 55 |
| Binary | 11000100 | 110 | 11011101 | 1011 | 1100001 | 0 | 1101 | 100100101 | 1011111 | 101101 |
Color Harmonies of #C406DD
Complementary color
Monochromatic Colors of #C406DD
Black with #C406DD
Text Example
Text Example
White with #C406DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406DD; }
p { color: rgb(196,6,221); }
H1.HeaderClassName
{
color: #C406DD;
}
.AnyTagClassName
{
color: #C406DD;
}
</style>
background-color css
<style>
a { background-color: #C406DD; }
a { background-color: rgb(196,6,221); }
div.DivClassName
{
background-color: #C406DD;
}
.BgClassName
{
background-color: #C406DD;
}
</style>
border-color css
<style>
span { border-color: #C406DD; }
span { border-color: rgb(196,6,221); }
td.TdClassName
{
border-color: #C406DD;
}
.TagClassName
{
border-color: #C406DD;
}
</style>