Shades of Deep Magenta #C416C1
Tints of Deep Magenta #C416C1
RGB
CMYK
RGB Variations
Color information
#C416C1 (or 0xC416C1) is known color: Deep Magenta. HEX triplet: C4, 16 and C1. RGB value is (196,22,193). Sum of RGB (Red+Green+Blue) = 196+22+193=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C416C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416C1 is #3BE93E. Grayscale: #5D5D5D. Windows color (decimal): -3926335 or 12654276. OLE color: 12654276.
HSL color Cylindrical-coordinate representation of color #C416C1: hue angle of 301.03º 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 #C416C1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 193 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.23 |
| HSL | 301.03º | 0.8% | 0.43% | - |
| HSV(B) | 301.03º | 0.89% | 0.77% | - |
| XYZ | 32.68 | 16.16 | 51.85 | - |
| YUV | 93.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 193 | 0 | 0.89 | 0.02 | 0.23 | 301.03 | 0.8 | 0.43 |
| Hex | C4 | 16 | C1 | 0 | 59 | 2 | 17 | 12D | 50 | 2B |
| Octal | 304 | 26 | 301 | 0 | 131 | 2 | 27 | 455 | 120 | 53 |
| Binary | 11000100 | 10110 | 11000001 | 0 | 1011001 | 10 | 10111 | 100101101 | 1010000 | 101011 |
Color Harmonies of #C416C1
Complementary color
Monochromatic Colors of #C416C1
Black with #C416C1
Text Example
Text Example
White with #C416C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416C1; }
p { color: rgb(196,22,193); }
H1.HeaderClassName
{
color: #C416C1;
}
.AnyTagClassName
{
color: #C416C1;
}
</style>
background-color css
<style>
a { background-color: #C416C1; }
a { background-color: rgb(196,22,193); }
div.DivClassName
{
background-color: #C416C1;
}
.BgClassName
{
background-color: #C416C1;
}
</style>
border-color css
<style>
span { border-color: #C416C1; }
span { border-color: rgb(196,22,193); }
td.TdClassName
{
border-color: #C416C1;
}
.TagClassName
{
border-color: #C416C1;
}
</style>