Shades of Deep Magenta #C408B8
Tints of Deep Magenta #C408B8
RGB
CMYK
RGB Variations
Color information
#C408B8 (or 0xC408B8) is known color: Deep Magenta. HEX triplet: C4, 08 and B8. RGB value is (196,8,184). Sum of RGB (Red+Green+Blue) = 196+8+184=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C408B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408B8 is #3BF747. Grayscale: #535353. Windows color (decimal): -3929928 or 12060868. OLE color: 12060868.
HSL color Cylindrical-coordinate representation of color #C408B8: hue angle of 303.83º 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 #C408B8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.23 |
| HSL | 303.83º | 0.92% | 0.4% | - |
| HSV(B) | 303.83º | 0.96% | 0.77% | - |
| XYZ | 31.5 | 15.37 | 46.65 | - |
| YUV | 84.28 | 184.28 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 184 | 0 | 0.96 | 0.06 | 0.23 | 303.83 | 0.92 | 0.4 |
| Hex | C4 | 8 | B8 | 0 | 60 | 6 | 17 | 130 | 5C | 28 |
| Octal | 304 | 10 | 270 | 0 | 140 | 6 | 27 | 460 | 134 | 50 |
| Binary | 11000100 | 1000 | 10111000 | 0 | 1100000 | 110 | 10111 | 100110000 | 1011100 | 101000 |
Color Harmonies of #C408B8
Complementary color
Monochromatic Colors of #C408B8
Black with #C408B8
Text Example
Text Example
White with #C408B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408B8; }
p { color: rgb(196,8,184); }
H1.HeaderClassName
{
color: #C408B8;
}
.AnyTagClassName
{
color: #C408B8;
}
</style>
background-color css
<style>
a { background-color: #C408B8; }
a { background-color: rgb(196,8,184); }
div.DivClassName
{
background-color: #C408B8;
}
.BgClassName
{
background-color: #C408B8;
}
</style>
border-color css
<style>
span { border-color: #C408B8; }
span { border-color: rgb(196,8,184); }
td.TdClassName
{
border-color: #C408B8;
}
.TagClassName
{
border-color: #C408B8;
}
</style>