Shades of Deep Magenta #C408B9
Tints of Deep Magenta #C408B9
RGB
CMYK
RGB Variations
Color information
#C408B9 (or 0xC408B9) is known color: Deep Magenta. HEX triplet: C4, 08 and B9. RGB value is (196,8,185). Sum of RGB (Red+Green+Blue) = 196+8+185=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C408B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408B9 is #3BF746. Grayscale: #535353. Windows color (decimal): -3929927 or 12126404. OLE color: 12126404.
HSL color Cylindrical-coordinate representation of color #C408B9: hue angle of 303.51º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408B9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.23 |
| HSL | 303.51º | 0.92% | 0.4% | - |
| HSV(B) | 303.51º | 0.96% | 0.77% | - |
| XYZ | 31.61 | 15.41 | 47.21 | - |
| YUV | 84.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 185 | 0 | 0.96 | 0.06 | 0.23 | 303.51 | 0.92 | 0.4 |
| Hex | C4 | 8 | B9 | 0 | 60 | 6 | 17 | 130 | 5C | 28 |
| Octal | 304 | 10 | 271 | 0 | 140 | 6 | 27 | 460 | 134 | 50 |
| Binary | 11000100 | 1000 | 10111001 | 0 | 1100000 | 110 | 10111 | 100110000 | 1011100 | 101000 |
Color Harmonies of #C408B9
Complementary color
Monochromatic Colors of #C408B9
Black with #C408B9
Text Example
Text Example
White with #C408B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408B9; }
p { color: rgb(196,8,185); }
H1.HeaderClassName
{
color: #C408B9;
}
.AnyTagClassName
{
color: #C408B9;
}
</style>
background-color css
<style>
a { background-color: #C408B9; }
a { background-color: rgb(196,8,185); }
div.DivClassName
{
background-color: #C408B9;
}
.BgClassName
{
background-color: #C408B9;
}
</style>
border-color css
<style>
span { border-color: #C408B9; }
span { border-color: rgb(196,8,185); }
td.TdClassName
{
border-color: #C408B9;
}
.TagClassName
{
border-color: #C408B9;
}
</style>