Shades of Deep Magenta #C41FDC
Tints of Deep Magenta #C41FDC
RGB
CMYK
RGB Variations
Color information
#C41FDC (or 0xC41FDC) is known color: Deep Magenta. HEX triplet: C4, 1F and DC. RGB value is (196,31,220). Sum of RGB (Red+Green+Blue) = 196+31+220=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C41FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FDC is #3BE023. Grayscale: #656565. Windows color (decimal): -3924004 or 14426052. OLE color: 14426052.
HSL color Cylindrical-coordinate representation of color #C41FDC: hue angle of 292.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41FDC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 31 | 220 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.14 |
| HSL | 292.38º | 0.75% | 0.49% | - |
| HSV(B) | 292.38º | 0.86% | 0.86% | - |
| XYZ | 36.17 | 17.88 | 69.26 | - |
| YUV | 101.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 220 | 0.11 | 0.86 | 0 | 0.14 | 292.38 | 0.75 | 0.49 |
| Hex | C4 | 1F | DC | B | 56 | 0 | E | 124 | 4B | 31 |
| Octal | 304 | 37 | 334 | 13 | 126 | 0 | 16 | 444 | 113 | 61 |
| Binary | 11000100 | 11111 | 11011100 | 1011 | 1010110 | 0 | 1110 | 100100100 | 1001011 | 110001 |
Color Harmonies of #C41FDC
Complementary color
Monochromatic Colors of #C41FDC
Black with #C41FDC
Text Example
Text Example
White with #C41FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FDC; }
p { color: rgb(196,31,220); }
H1.HeaderClassName
{
color: #C41FDC;
}
.AnyTagClassName
{
color: #C41FDC;
}
</style>
background-color css
<style>
a { background-color: #C41FDC; }
a { background-color: rgb(196,31,220); }
div.DivClassName
{
background-color: #C41FDC;
}
.BgClassName
{
background-color: #C41FDC;
}
</style>
border-color css
<style>
span { border-color: #C41FDC; }
span { border-color: rgb(196,31,220); }
td.TdClassName
{
border-color: #C41FDC;
}
.TagClassName
{
border-color: #C41FDC;
}
</style>