Shades of Deep Magenta #C409B2
Tints of Deep Magenta #C409B2
RGB
CMYK
RGB Variations
Color information
#C409B2 (or 0xC409B2) is known color: Deep Magenta. HEX triplet: C4, 09 and B2. RGB value is (196,9,178). Sum of RGB (Red+Green+Blue) = 196+9+178=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C409B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409B2 is #3BF64D. Grayscale: #535353. Windows color (decimal): -3929678 or 11667908. OLE color: 11667908.
HSL color Cylindrical-coordinate representation of color #C409B2: hue angle of 305.78º 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 #C409B2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.23 |
| HSL | 305.78º | 0.91% | 0.4% | - |
| HSV(B) | 305.78º | 0.95% | 0.77% | - |
| XYZ | 30.9 | 15.15 | 43.41 | - |
| YUV | 84.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 178 | 0 | 0.95 | 0.09 | 0.23 | 305.78 | 0.91 | 0.4 |
| Hex | C4 | 9 | B2 | 0 | 5F | 9 | 17 | 132 | 5B | 28 |
| Octal | 304 | 11 | 262 | 0 | 137 | 11 | 27 | 462 | 133 | 50 |
| Binary | 11000100 | 1001 | 10110010 | 0 | 1011111 | 1001 | 10111 | 100110010 | 1011011 | 101000 |
Color Harmonies of #C409B2
Complementary color
Monochromatic Colors of #C409B2
Black with #C409B2
Text Example
Text Example
White with #C409B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409B2; }
p { color: rgb(196,9,178); }
H1.HeaderClassName
{
color: #C409B2;
}
.AnyTagClassName
{
color: #C409B2;
}
</style>
background-color css
<style>
a { background-color: #C409B2; }
a { background-color: rgb(196,9,178); }
div.DivClassName
{
background-color: #C409B2;
}
.BgClassName
{
background-color: #C409B2;
}
</style>
border-color css
<style>
span { border-color: #C409B2; }
span { border-color: rgb(196,9,178); }
td.TdClassName
{
border-color: #C409B2;
}
.TagClassName
{
border-color: #C409B2;
}
</style>