Shades of Deep Magenta #C41DC1
Tints of Deep Magenta #C41DC1
RGB
CMYK
RGB Variations
Color information
#C41DC1 (or 0xC41DC1) is known color: Deep Magenta. HEX triplet: C4, 1D and C1. RGB value is (196,29,193). Sum of RGB (Red+Green+Blue) = 196+29+193=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DC1 is #3BE23E. Grayscale: #616161. Windows color (decimal): -3924543 or 12656068. OLE color: 12656068.
HSL color Cylindrical-coordinate representation of color #C41DC1: hue angle of 301.08º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41DC1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 193 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.23 |
| HSL | 301.08º | 0.74% | 0.44% | - |
| HSV(B) | 301.08º | 0.85% | 0.77% | - |
| XYZ | 32.83 | 16.46 | 51.9 | - |
| YUV | 97.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 193 | 0 | 0.85 | 0.02 | 0.23 | 301.08 | 0.74 | 0.44 |
| Hex | C4 | 1D | C1 | 0 | 55 | 2 | 17 | 12D | 4A | 2C |
| Octal | 304 | 35 | 301 | 0 | 125 | 2 | 27 | 455 | 112 | 54 |
| Binary | 11000100 | 11101 | 11000001 | 0 | 1010101 | 10 | 10111 | 100101101 | 1001010 | 101100 |
Color Harmonies of #C41DC1
Complementary color
Monochromatic Colors of #C41DC1
Black with #C41DC1
Text Example
Text Example
White with #C41DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DC1; }
p { color: rgb(196,29,193); }
H1.HeaderClassName
{
color: #C41DC1;
}
.AnyTagClassName
{
color: #C41DC1;
}
</style>
background-color css
<style>
a { background-color: #C41DC1; }
a { background-color: rgb(196,29,193); }
div.DivClassName
{
background-color: #C41DC1;
}
.BgClassName
{
background-color: #C41DC1;
}
</style>
border-color css
<style>
span { border-color: #C41DC1; }
span { border-color: rgb(196,29,193); }
td.TdClassName
{
border-color: #C41DC1;
}
.TagClassName
{
border-color: #C41DC1;
}
</style>