Shades of Deep Magenta #C41DC9
Tints of Deep Magenta #C41DC9
RGB
CMYK
RGB Variations
Color information
#C41DC9 (or 0xC41DC9) is known color: Deep Magenta. HEX triplet: C4, 1D and C9. RGB value is (196,29,201). Sum of RGB (Red+Green+Blue) = 196+29+201=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #C41DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DC9 is #3BE236. Grayscale: #626262. Windows color (decimal): -3924535 or 13180356. OLE color: 13180356.
HSL color Cylindrical-coordinate representation of color #C41DC9: hue angle of 298.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41DC9 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 29 | 201 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.21 |
| HSL | 298.26º | 0.75% | 0.45% | - |
| HSV(B) | 298.26º | 0.86% | 0.79% | - |
| XYZ | 33.75 | 16.83 | 56.73 | - |
| YUV | 98.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 201 | 0.02 | 0.86 | 0 | 0.21 | 298.26 | 0.75 | 0.45 |
| Hex | C4 | 1D | C9 | 2 | 56 | 0 | 15 | 12A | 4B | 2D |
| Octal | 304 | 35 | 311 | 2 | 126 | 0 | 25 | 452 | 113 | 55 |
| Binary | 11000100 | 11101 | 11001001 | 10 | 1010110 | 0 | 10101 | 100101010 | 1001011 | 101101 |
Color Harmonies of #C41DC9
Complementary color
Monochromatic Colors of #C41DC9
Black with #C41DC9
Text Example
Text Example
White with #C41DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DC9; }
p { color: rgb(196,29,201); }
H1.HeaderClassName
{
color: #C41DC9;
}
.AnyTagClassName
{
color: #C41DC9;
}
</style>
background-color css
<style>
a { background-color: #C41DC9; }
a { background-color: rgb(196,29,201); }
div.DivClassName
{
background-color: #C41DC9;
}
.BgClassName
{
background-color: #C41DC9;
}
</style>
border-color css
<style>
span { border-color: #C41DC9; }
span { border-color: rgb(196,29,201); }
td.TdClassName
{
border-color: #C41DC9;
}
.TagClassName
{
border-color: #C41DC9;
}
</style>