Shades of Deep Magenta #C409B0
Tints of Deep Magenta #C409B0
RGB
CMYK
RGB Variations
Color information
#C409B0 (or 0xC409B0) is known color: Deep Magenta. HEX triplet: C4, 09 and B0. RGB value is (196,9,176). Sum of RGB (Red+Green+Blue) = 196+9+176=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C409B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409B0 is #3BF64F. Grayscale: #535353. Windows color (decimal): -3929680 or 11536836. OLE color: 11536836.
HSL color Cylindrical-coordinate representation of color #C409B0: hue angle of 306.42º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C409B0 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 176 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.23 |
| HSL | 306.42º | 0.91% | 0.4% | - |
| HSV(B) | 306.42º | 0.95% | 0.77% | - |
| XYZ | 30.7 | 15.07 | 42.36 | - |
| YUV | 83.95 | 179.95 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 176 | 0 | 0.95 | 0.10 | 0.23 | 306.42 | 0.91 | 0.4 |
| Hex | C4 | 9 | B0 | 0 | 5F | A | 17 | 132 | 5B | 28 |
| Octal | 304 | 11 | 260 | 0 | 137 | 12 | 27 | 462 | 133 | 50 |
| Binary | 11000100 | 1001 | 10110000 | 0 | 1011111 | 1010 | 10111 | 100110010 | 1011011 | 101000 |
Color Harmonies of #C409B0
Complementary color
Monochromatic Colors of #C409B0
Black with #C409B0
Text Example
Text Example
White with #C409B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409B0; }
p { color: rgb(196,9,176); }
H1.HeaderClassName
{
color: #C409B0;
}
.AnyTagClassName
{
color: #C409B0;
}
</style>
background-color css
<style>
a { background-color: #C409B0; }
a { background-color: rgb(196,9,176); }
div.DivClassName
{
background-color: #C409B0;
}
.BgClassName
{
background-color: #C409B0;
}
</style>
border-color css
<style>
span { border-color: #C409B0; }
span { border-color: rgb(196,9,176); }
td.TdClassName
{
border-color: #C409B0;
}
.TagClassName
{
border-color: #C409B0;
}
</style>