Shades of Deep Magenta #C406B4
Tints of Deep Magenta #C406B4
RGB
CMYK
RGB Variations
Color information
#C406B4 (or 0xC406B4) is known color: Deep Magenta. HEX triplet: C4, 06 and B4. RGB value is (196,6,180). Sum of RGB (Red+Green+Blue) = 196+6+180=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C406B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C406B4 is #3BF94B. Grayscale: #525252. Windows color (decimal): -3930444 or 11798212. OLE color: 11798212.
HSL color Cylindrical-coordinate representation of color #C406B4: hue angle of 305.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C406B4 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 180 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.23 |
| HSL | 305.05º | 0.94% | 0.4% | - |
| HSV(B) | 305.05º | 0.97% | 0.77% | - |
| XYZ | 31.07 | 15.16 | 44.47 | - |
| YUV | 82.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 180 | 0 | 0.97 | 0.08 | 0.23 | 305.05 | 0.94 | 0.4 |
| Hex | C4 | 6 | B4 | 0 | 61 | 8 | 17 | 131 | 5E | 28 |
| Octal | 304 | 6 | 264 | 0 | 141 | 10 | 27 | 461 | 136 | 50 |
| Binary | 11000100 | 110 | 10110100 | 0 | 1100001 | 1000 | 10111 | 100110001 | 1011110 | 101000 |
Color Harmonies of #C406B4
Complementary color
Monochromatic Colors of #C406B4
Black with #C406B4
Text Example
Text Example
White with #C406B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C406B4; }
p { color: rgb(196,6,180); }
H1.HeaderClassName
{
color: #C406B4;
}
.AnyTagClassName
{
color: #C406B4;
}
</style>
background-color css
<style>
a { background-color: #C406B4; }
a { background-color: rgb(196,6,180); }
div.DivClassName
{
background-color: #C406B4;
}
.BgClassName
{
background-color: #C406B4;
}
</style>
border-color css
<style>
span { border-color: #C406B4; }
span { border-color: rgb(196,6,180); }
td.TdClassName
{
border-color: #C406B4;
}
.TagClassName
{
border-color: #C406B4;
}
</style>