Shades of Deep Magenta #C401C1
Tints of Deep Magenta #C401C1
RGB
CMYK
RGB Variations
Color information
#C401C1 (or 0xC401C1) is known color: Deep Magenta. HEX triplet: C4, 01 and C1. RGB value is (196,1,193). Sum of RGB (Red+Green+Blue) = 196+1+193=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C401C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401C1 is #3BFE3E. Grayscale: #505050. Windows color (decimal): -3931711 or 12648900. OLE color: 12648900.
HSL color Cylindrical-coordinate representation of color #C401C1: hue angle of 300.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401C1 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 193 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.23 |
| HSL | 300.92º | 0.99% | 0.39% | - |
| HSV(B) | 300.92º | 0.99% | 0.77% | - |
| XYZ | 32.4 | 15.61 | 51.76 | - |
| YUV | 81.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 193 | 0 | 0.99 | 0.02 | 0.23 | 300.92 | 0.99 | 0.39 |
| Hex | C4 | 1 | C1 | 0 | 63 | 2 | 17 | 12D | 63 | 27 |
| Octal | 304 | 1 | 301 | 0 | 143 | 2 | 27 | 455 | 143 | 47 |
| Binary | 11000100 | 1 | 11000001 | 0 | 1100011 | 10 | 10111 | 100101101 | 1100011 | 100111 |
Color Harmonies of #C401C1
Complementary color
Monochromatic Colors of #C401C1
Black with #C401C1
Text Example
Text Example
White with #C401C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401C1; }
p { color: rgb(196,1,193); }
H1.HeaderClassName
{
color: #C401C1;
}
.AnyTagClassName
{
color: #C401C1;
}
</style>
background-color css
<style>
a { background-color: #C401C1; }
a { background-color: rgb(196,1,193); }
div.DivClassName
{
background-color: #C401C1;
}
.BgClassName
{
background-color: #C401C1;
}
</style>
border-color css
<style>
span { border-color: #C401C1; }
span { border-color: rgb(196,1,193); }
td.TdClassName
{
border-color: #C401C1;
}
.TagClassName
{
border-color: #C401C1;
}
</style>