Shades of Deep Magenta #C416BD
Tints of Deep Magenta #C416BD
RGB
CMYK
RGB Variations
Color information
#C416BD (or 0xC416BD) is known color: Deep Magenta. HEX triplet: C4, 16 and BD. RGB value is (196,22,189). Sum of RGB (Red+Green+Blue) = 196+22+189=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C416BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416BD is #3BE942. Grayscale: #5C5C5C. Windows color (decimal): -3926339 or 12392132. OLE color: 12392132.
HSL color Cylindrical-coordinate representation of color #C416BD: hue angle of 302.41º 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 #C416BD is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.23 |
| HSL | 302.41º | 0.8% | 0.43% | - |
| HSV(B) | 302.41º | 0.89% | 0.77% | - |
| XYZ | 32.24 | 15.98 | 49.53 | - |
| YUV | 93.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 189 | 0 | 0.89 | 0.04 | 0.23 | 302.41 | 0.8 | 0.43 |
| Hex | C4 | 16 | BD | 0 | 59 | 4 | 17 | 12E | 50 | 2B |
| Octal | 304 | 26 | 275 | 0 | 131 | 4 | 27 | 456 | 120 | 53 |
| Binary | 11000100 | 10110 | 10111101 | 0 | 1011001 | 100 | 10111 | 100101110 | 1010000 | 101011 |
Color Harmonies of #C416BD
Complementary color
Monochromatic Colors of #C416BD
Black with #C416BD
Text Example
Text Example
White with #C416BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416BD; }
p { color: rgb(196,22,189); }
H1.HeaderClassName
{
color: #C416BD;
}
.AnyTagClassName
{
color: #C416BD;
}
</style>
background-color css
<style>
a { background-color: #C416BD; }
a { background-color: rgb(196,22,189); }
div.DivClassName
{
background-color: #C416BD;
}
.BgClassName
{
background-color: #C416BD;
}
</style>
border-color css
<style>
span { border-color: #C416BD; }
span { border-color: rgb(196,22,189); }
td.TdClassName
{
border-color: #C416BD;
}
.TagClassName
{
border-color: #C416BD;
}
</style>