Shades of Deep Magenta #C409BD
Tints of Deep Magenta #C409BD
RGB
CMYK
RGB Variations
Color information
#C409BD (or 0xC409BD) is known color: Deep Magenta. HEX triplet: C4, 09 and BD. RGB value is (196,9,189). Sum of RGB (Red+Green+Blue) = 196+9+189=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C409BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409BD is #3BF642. Grayscale: #545454. Windows color (decimal): -3929667 or 12388804. OLE color: 12388804.
HSL color Cylindrical-coordinate representation of color #C409BD: hue angle of 302.25º 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 #C409BD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 189 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.23 |
| HSL | 302.25º | 0.91% | 0.4% | - |
| HSV(B) | 302.25º | 0.95% | 0.77% | - |
| XYZ | 32.05 | 15.61 | 49.47 | - |
| YUV | 85.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 189 | 0 | 0.95 | 0.04 | 0.23 | 302.25 | 0.91 | 0.4 |
| Hex | C4 | 9 | BD | 0 | 5F | 4 | 17 | 12E | 5B | 28 |
| Octal | 304 | 11 | 275 | 0 | 137 | 4 | 27 | 456 | 133 | 50 |
| Binary | 11000100 | 1001 | 10111101 | 0 | 1011111 | 100 | 10111 | 100101110 | 1011011 | 101000 |
Color Harmonies of #C409BD
Complementary color
Monochromatic Colors of #C409BD
Black with #C409BD
Text Example
Text Example
White with #C409BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409BD; }
p { color: rgb(196,9,189); }
H1.HeaderClassName
{
color: #C409BD;
}
.AnyTagClassName
{
color: #C409BD;
}
</style>
background-color css
<style>
a { background-color: #C409BD; }
a { background-color: rgb(196,9,189); }
div.DivClassName
{
background-color: #C409BD;
}
.BgClassName
{
background-color: #C409BD;
}
</style>
border-color css
<style>
span { border-color: #C409BD; }
span { border-color: rgb(196,9,189); }
td.TdClassName
{
border-color: #C409BD;
}
.TagClassName
{
border-color: #C409BD;
}
</style>