Shades of Deep Magenta #C401E2
Tints of Deep Magenta #C401E2
RGB
CMYK
RGB Variations
Color information
#C401E2 (or 0xC401E2) is known color: Deep Magenta. HEX triplet: C4, 01 and E2. RGB value is (196,1,226). Sum of RGB (Red+Green+Blue) = 196+1+226=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #C401E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401E2 is #3BFE1D. Grayscale: #545454. Windows color (decimal): -3931678 or 14811588. OLE color: 14811588.
HSL color Cylindrical-coordinate representation of color #C401E2: hue angle of 292º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401E2 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 1 | 226 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.11 |
| HSL | 292º | 0.99% | 0.45% | - |
| HSV(B) | 292º | 1% | 0.89% | - |
| XYZ | 36.5 | 17.25 | 73.36 | - |
| YUV | 84.96 | 207.6 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 226 | 0.13 | 1.00 | 0 | 0.11 | 292 | 0.99 | 0.45 |
| Hex | C4 | 1 | E2 | D | 64 | 0 | B | 124 | 63 | 2D |
| Octal | 304 | 1 | 342 | 15 | 144 | 0 | 13 | 444 | 143 | 55 |
| Binary | 11000100 | 1 | 11100010 | 1101 | 1100100 | 0 | 1011 | 100100100 | 1100011 | 101101 |
Color Harmonies of #C401E2
Complementary color
Monochromatic Colors of #C401E2
Black with #C401E2
Text Example
Text Example
White with #C401E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401E2; }
p { color: rgb(196,1,226); }
H1.HeaderClassName
{
color: #C401E2;
}
.AnyTagClassName
{
color: #C401E2;
}
</style>
background-color css
<style>
a { background-color: #C401E2; }
a { background-color: rgb(196,1,226); }
div.DivClassName
{
background-color: #C401E2;
}
.BgClassName
{
background-color: #C401E2;
}
</style>
border-color css
<style>
span { border-color: #C401E2; }
span { border-color: rgb(196,1,226); }
td.TdClassName
{
border-color: #C401E2;
}
.TagClassName
{
border-color: #C401E2;
}
</style>