Shades of Deep Magenta #C409BA
Tints of Deep Magenta #C409BA
RGB
CMYK
RGB Variations
Color information
#C409BA (or 0xC409BA) is known color: Deep Magenta. HEX triplet: C4, 09 and BA. RGB value is (196,9,186). Sum of RGB (Red+Green+Blue) = 196+9+186=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C409BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409BA is #3BF645. Grayscale: #545454. Windows color (decimal): -3929670 or 12192196. OLE color: 12192196.
HSL color Cylindrical-coordinate representation of color #C409BA: hue angle of 303.21º 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 #C409BA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 186 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.23 |
| HSL | 303.21º | 0.91% | 0.4% | - |
| HSV(B) | 303.21º | 0.95% | 0.77% | - |
| XYZ | 31.73 | 15.48 | 47.77 | - |
| YUV | 85.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 186 | 0 | 0.95 | 0.05 | 0.23 | 303.21 | 0.91 | 0.4 |
| Hex | C4 | 9 | BA | 0 | 5F | 5 | 17 | 12F | 5B | 28 |
| Octal | 304 | 11 | 272 | 0 | 137 | 5 | 27 | 457 | 133 | 50 |
| Binary | 11000100 | 1001 | 10111010 | 0 | 1011111 | 101 | 10111 | 100101111 | 1011011 | 101000 |
Color Harmonies of #C409BA
Complementary color
Monochromatic Colors of #C409BA
Black with #C409BA
Text Example
Text Example
White with #C409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409BA; }
p { color: rgb(196,9,186); }
H1.HeaderClassName
{
color: #C409BA;
}
.AnyTagClassName
{
color: #C409BA;
}
</style>
background-color css
<style>
a { background-color: #C409BA; }
a { background-color: rgb(196,9,186); }
div.DivClassName
{
background-color: #C409BA;
}
.BgClassName
{
background-color: #C409BA;
}
</style>
border-color css
<style>
span { border-color: #C409BA; }
span { border-color: rgb(196,9,186); }
td.TdClassName
{
border-color: #C409BA;
}
.TagClassName
{
border-color: #C409BA;
}
</style>