Shades of Deep Magenta #C41CDF
Tints of Deep Magenta #C41CDF
RGB
CMYK
RGB Variations
Color information
#C41CDF (or 0xC41CDF) is known color: Deep Magenta. HEX triplet: C4, 1C and DF. RGB value is (196,28,223). Sum of RGB (Red+Green+Blue) = 196+28+223=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDF is #3BE320. Grayscale: #636363. Windows color (decimal): -3924769 or 14621892. OLE color: 14621892.
HSL color Cylindrical-coordinate representation of color #C41CDF: hue angle of 291.69º 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 #C41CDF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 28 | 223 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.13 |
| HSL | 291.69º | 0.78% | 0.49% | - |
| HSV(B) | 291.69º | 0.87% | 0.87% | - |
| XYZ | 36.5 | 17.89 | 71.34 | - |
| YUV | 100.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 223 | 0.12 | 0.87 | 0 | 0.13 | 291.69 | 0.78 | 0.49 |
| Hex | C4 | 1C | DF | C | 57 | 0 | D | 124 | 4E | 31 |
| Octal | 304 | 34 | 337 | 14 | 127 | 0 | 15 | 444 | 116 | 61 |
| Binary | 11000100 | 11100 | 11011111 | 1100 | 1010111 | 0 | 1101 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C41CDF
Complementary color
Monochromatic Colors of #C41CDF
Black with #C41CDF
Text Example
Text Example
White with #C41CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CDF; }
p { color: rgb(196,28,223); }
H1.HeaderClassName
{
color: #C41CDF;
}
.AnyTagClassName
{
color: #C41CDF;
}
</style>
background-color css
<style>
a { background-color: #C41CDF; }
a { background-color: rgb(196,28,223); }
div.DivClassName
{
background-color: #C41CDF;
}
.BgClassName
{
background-color: #C41CDF;
}
</style>
border-color css
<style>
span { border-color: #C41CDF; }
span { border-color: rgb(196,28,223); }
td.TdClassName
{
border-color: #C41CDF;
}
.TagClassName
{
border-color: #C41CDF;
}
</style>