Shades of Deep Magenta #C41CDE
Tints of Deep Magenta #C41CDE
RGB
CMYK
RGB Variations
Color information
#C41CDE (or 0xC41CDE) is known color: Deep Magenta. HEX triplet: C4, 1C and DE. RGB value is (196,28,222). Sum of RGB (Red+Green+Blue) = 196+28+222=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #C41CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDE is #3BE321. Grayscale: #636363. Windows color (decimal): -3924770 or 14556356. OLE color: 14556356.
HSL color Cylindrical-coordinate representation of color #C41CDE: hue angle of 291.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41CDE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 28 | 222 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.13 |
| HSL | 291.96º | 0.78% | 0.49% | - |
| HSV(B) | 291.96º | 0.87% | 0.87% | - |
| XYZ | 36.37 | 17.84 | 70.63 | - |
| YUV | 100.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 222 | 0.12 | 0.87 | 0 | 0.13 | 291.96 | 0.78 | 0.49 |
| Hex | C4 | 1C | DE | C | 57 | 0 | D | 124 | 4E | 31 |
| Octal | 304 | 34 | 336 | 14 | 127 | 0 | 15 | 444 | 116 | 61 |
| Binary | 11000100 | 11100 | 11011110 | 1100 | 1010111 | 0 | 1101 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C41CDE
Complementary color
Monochromatic Colors of #C41CDE
Black with #C41CDE
Text Example
Text Example
White with #C41CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CDE; }
p { color: rgb(196,28,222); }
H1.HeaderClassName
{
color: #C41CDE;
}
.AnyTagClassName
{
color: #C41CDE;
}
</style>
background-color css
<style>
a { background-color: #C41CDE; }
a { background-color: rgb(196,28,222); }
div.DivClassName
{
background-color: #C41CDE;
}
.BgClassName
{
background-color: #C41CDE;
}
</style>
border-color css
<style>
span { border-color: #C41CDE; }
span { border-color: rgb(196,28,222); }
td.TdClassName
{
border-color: #C41CDE;
}
.TagClassName
{
border-color: #C41CDE;
}
</style>