Shades of Deep Magenta #C408BB
Tints of Deep Magenta #C408BB
RGB
CMYK
RGB Variations
Color information
#C408BB (or 0xC408BB) is known color: Deep Magenta. HEX triplet: C4, 08 and BB. RGB value is (196,8,187). Sum of RGB (Red+Green+Blue) = 196+8+187=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C408BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408BB is #3BF744. Grayscale: #545454. Windows color (decimal): -3929925 or 12257476. OLE color: 12257476.
HSL color Cylindrical-coordinate representation of color #C408BB: hue angle of 302.87º 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 #C408BB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.23 |
| HSL | 302.87º | 0.92% | 0.4% | - |
| HSV(B) | 302.87º | 0.96% | 0.77% | - |
| XYZ | 31.82 | 15.5 | 48.33 | - |
| YUV | 84.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 187 | 0 | 0.96 | 0.05 | 0.23 | 302.87 | 0.92 | 0.4 |
| Hex | C4 | 8 | BB | 0 | 60 | 5 | 17 | 12F | 5C | 28 |
| Octal | 304 | 10 | 273 | 0 | 140 | 5 | 27 | 457 | 134 | 50 |
| Binary | 11000100 | 1000 | 10111011 | 0 | 1100000 | 101 | 10111 | 100101111 | 1011100 | 101000 |
Color Harmonies of #C408BB
Complementary color
Monochromatic Colors of #C408BB
Black with #C408BB
Text Example
Text Example
White with #C408BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408BB; }
p { color: rgb(196,8,187); }
H1.HeaderClassName
{
color: #C408BB;
}
.AnyTagClassName
{
color: #C408BB;
}
</style>
background-color css
<style>
a { background-color: #C408BB; }
a { background-color: rgb(196,8,187); }
div.DivClassName
{
background-color: #C408BB;
}
.BgClassName
{
background-color: #C408BB;
}
</style>
border-color css
<style>
span { border-color: #C408BB; }
span { border-color: rgb(196,8,187); }
td.TdClassName
{
border-color: #C408BB;
}
.TagClassName
{
border-color: #C408BB;
}
</style>