Shades of Deep Magenta #C409BC
Tints of Deep Magenta #C409BC
RGB
CMYK
RGB Variations
Color information
#C409BC (or 0xC409BC) is known color: Deep Magenta. HEX triplet: C4, 09 and BC. RGB value is (196,9,188). Sum of RGB (Red+Green+Blue) = 196+9+188=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C409BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409BC is #3BF643. Grayscale: #545454. Windows color (decimal): -3929668 or 12323268. OLE color: 12323268.
HSL color Cylindrical-coordinate representation of color #C409BC: hue angle of 302.57º 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 #C409BC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 188 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.23 |
| HSL | 302.57º | 0.91% | 0.4% | - |
| HSV(B) | 302.57º | 0.95% | 0.77% | - |
| XYZ | 31.94 | 15.56 | 48.9 | - |
| YUV | 85.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 188 | 0 | 0.95 | 0.04 | 0.23 | 302.57 | 0.91 | 0.4 |
| Hex | C4 | 9 | BC | 0 | 5F | 4 | 17 | 12F | 5B | 28 |
| Octal | 304 | 11 | 274 | 0 | 137 | 4 | 27 | 457 | 133 | 50 |
| Binary | 11000100 | 1001 | 10111100 | 0 | 1011111 | 100 | 10111 | 100101111 | 1011011 | 101000 |
Color Harmonies of #C409BC
Complementary color
Monochromatic Colors of #C409BC
Black with #C409BC
Text Example
Text Example
White with #C409BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409BC; }
p { color: rgb(196,9,188); }
H1.HeaderClassName
{
color: #C409BC;
}
.AnyTagClassName
{
color: #C409BC;
}
</style>
background-color css
<style>
a { background-color: #C409BC; }
a { background-color: rgb(196,9,188); }
div.DivClassName
{
background-color: #C409BC;
}
.BgClassName
{
background-color: #C409BC;
}
</style>
border-color css
<style>
span { border-color: #C409BC; }
span { border-color: rgb(196,9,188); }
td.TdClassName
{
border-color: #C409BC;
}
.TagClassName
{
border-color: #C409BC;
}
</style>