Shades of Deep Magenta #C416BC
Tints of Deep Magenta #C416BC
RGB
CMYK
RGB Variations
Color information
#C416BC (or 0xC416BC) is known color: Deep Magenta. HEX triplet: C4, 16 and BC. RGB value is (196,22,188). Sum of RGB (Red+Green+Blue) = 196+22+188=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C416BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416BC is #3BE943. Grayscale: #5C5C5C. Windows color (decimal): -3926340 or 12326596. OLE color: 12326596.
HSL color Cylindrical-coordinate representation of color #C416BC: hue angle of 302.76º 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 #C416BC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 188 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.23 |
| HSL | 302.76º | 0.8% | 0.43% | - |
| HSV(B) | 302.76º | 0.89% | 0.77% | - |
| XYZ | 32.13 | 15.94 | 48.96 | - |
| YUV | 92.95 | 181.65 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 188 | 0 | 0.89 | 0.04 | 0.23 | 302.76 | 0.8 | 0.43 |
| Hex | C4 | 16 | BC | 0 | 59 | 4 | 17 | 12F | 50 | 2B |
| Octal | 304 | 26 | 274 | 0 | 131 | 4 | 27 | 457 | 120 | 53 |
| Binary | 11000100 | 10110 | 10111100 | 0 | 1011001 | 100 | 10111 | 100101111 | 1010000 | 101011 |
Color Harmonies of #C416BC
Complementary color
Monochromatic Colors of #C416BC
Black with #C416BC
Text Example
Text Example
White with #C416BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416BC; }
p { color: rgb(196,22,188); }
H1.HeaderClassName
{
color: #C416BC;
}
.AnyTagClassName
{
color: #C416BC;
}
</style>
background-color css
<style>
a { background-color: #C416BC; }
a { background-color: rgb(196,22,188); }
div.DivClassName
{
background-color: #C416BC;
}
.BgClassName
{
background-color: #C416BC;
}
</style>
border-color css
<style>
span { border-color: #C416BC; }
span { border-color: rgb(196,22,188); }
td.TdClassName
{
border-color: #C416BC;
}
.TagClassName
{
border-color: #C416BC;
}
</style>