Shades of Deep Magenta #C41DAD
Tints of Deep Magenta #C41DAD
RGB
CMYK
RGB Variations
Color information
#C41DAD (or 0xC41DAD) is known color: Deep Magenta. HEX triplet: C4, 1D and AD. RGB value is (196,29,173). Sum of RGB (Red+Green+Blue) = 196+29+173=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DAD is #3BE252. Grayscale: #5E5E5E. Windows color (decimal): -3924563 or 11345348. OLE color: 11345348.
HSL color Cylindrical-coordinate representation of color #C41DAD: hue angle of 308.26º 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 #C41DAD is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 173 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.23 |
| HSL | 308.26º | 0.74% | 0.44% | - |
| HSV(B) | 308.26º | 0.85% | 0.77% | - |
| XYZ | 30.75 | 15.63 | 40.93 | - |
| YUV | 95.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 173 | 0 | 0.85 | 0.12 | 0.23 | 308.26 | 0.74 | 0.44 |
| Hex | C4 | 1D | AD | 0 | 55 | C | 17 | 134 | 4A | 2C |
| Octal | 304 | 35 | 255 | 0 | 125 | 14 | 27 | 464 | 112 | 54 |
| Binary | 11000100 | 11101 | 10101101 | 0 | 1010101 | 1100 | 10111 | 100110100 | 1001010 | 101100 |
Color Harmonies of #C41DAD
Complementary color
Monochromatic Colors of #C41DAD
Black with #C41DAD
Text Example
Text Example
White with #C41DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DAD; }
p { color: rgb(196,29,173); }
H1.HeaderClassName
{
color: #C41DAD;
}
.AnyTagClassName
{
color: #C41DAD;
}
</style>
background-color css
<style>
a { background-color: #C41DAD; }
a { background-color: rgb(196,29,173); }
div.DivClassName
{
background-color: #C41DAD;
}
.BgClassName
{
background-color: #C41DAD;
}
</style>
border-color css
<style>
span { border-color: #C41DAD; }
span { border-color: rgb(196,29,173); }
td.TdClassName
{
border-color: #C41DAD;
}
.TagClassName
{
border-color: #C41DAD;
}
</style>