Shades of Deep Magenta #C416BB
Tints of Deep Magenta #C416BB
RGB
CMYK
RGB Variations
Color information
#C416BB (or 0xC416BB) is known color: Deep Magenta. HEX triplet: C4, 16 and BB. RGB value is (196,22,187). Sum of RGB (Red+Green+Blue) = 196+22+187=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C416BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416BB is #3BE944. Grayscale: #5C5C5C. Windows color (decimal): -3926341 or 12261060. OLE color: 12261060.
HSL color Cylindrical-coordinate representation of color #C416BB: hue angle of 303.1º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416BB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 187 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.23 |
| HSL | 303.1º | 0.8% | 0.43% | - |
| HSV(B) | 303.1º | 0.89% | 0.77% | - |
| XYZ | 32.02 | 15.9 | 48.39 | - |
| YUV | 92.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 187 | 0 | 0.89 | 0.05 | 0.23 | 303.1 | 0.8 | 0.43 |
| Hex | C4 | 16 | BB | 0 | 59 | 5 | 17 | 12F | 50 | 2B |
| Octal | 304 | 26 | 273 | 0 | 131 | 5 | 27 | 457 | 120 | 53 |
| Binary | 11000100 | 10110 | 10111011 | 0 | 1011001 | 101 | 10111 | 100101111 | 1010000 | 101011 |
Color Harmonies of #C416BB
Complementary color
Monochromatic Colors of #C416BB
Black with #C416BB
Text Example
Text Example
White with #C416BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416BB; }
p { color: rgb(196,22,187); }
H1.HeaderClassName
{
color: #C416BB;
}
.AnyTagClassName
{
color: #C416BB;
}
</style>
background-color css
<style>
a { background-color: #C416BB; }
a { background-color: rgb(196,22,187); }
div.DivClassName
{
background-color: #C416BB;
}
.BgClassName
{
background-color: #C416BB;
}
</style>
border-color css
<style>
span { border-color: #C416BB; }
span { border-color: rgb(196,22,187); }
td.TdClassName
{
border-color: #C416BB;
}
.TagClassName
{
border-color: #C416BB;
}
</style>