Shades of Deep Magenta #C41DC3
Tints of Deep Magenta #C41DC3
RGB
CMYK
RGB Variations
Color information
#C41DC3 (or 0xC41DC3) is known color: Deep Magenta. HEX triplet: C4, 1D and C3. RGB value is (196,29,195). Sum of RGB (Red+Green+Blue) = 196+29+195=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DC3 is #3BE23C. Grayscale: #616161. Windows color (decimal): -3924541 or 12787140. OLE color: 12787140.
HSL color Cylindrical-coordinate representation of color #C41DC3: hue angle of 300.36º 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 #C41DC3 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 195 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.23 |
| HSL | 300.36º | 0.74% | 0.44% | - |
| HSV(B) | 300.36º | 0.85% | 0.77% | - |
| XYZ | 33.05 | 16.55 | 53.08 | - |
| YUV | 97.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 195 | 0 | 0.85 | 0.01 | 0.23 | 300.36 | 0.74 | 0.44 |
| Hex | C4 | 1D | C3 | 0 | 55 | 1 | 17 | 12C | 4A | 2C |
| Octal | 304 | 35 | 303 | 0 | 125 | 1 | 27 | 454 | 112 | 54 |
| Binary | 11000100 | 11101 | 11000011 | 0 | 1010101 | 1 | 10111 | 100101100 | 1001010 | 101100 |
Color Harmonies of #C41DC3
Complementary color
Monochromatic Colors of #C41DC3
Black with #C41DC3
Text Example
Text Example
White with #C41DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DC3; }
p { color: rgb(196,29,195); }
H1.HeaderClassName
{
color: #C41DC3;
}
.AnyTagClassName
{
color: #C41DC3;
}
</style>
background-color css
<style>
a { background-color: #C41DC3; }
a { background-color: rgb(196,29,195); }
div.DivClassName
{
background-color: #C41DC3;
}
.BgClassName
{
background-color: #C41DC3;
}
</style>
border-color css
<style>
span { border-color: #C41DC3; }
span { border-color: rgb(196,29,195); }
td.TdClassName
{
border-color: #C41DC3;
}
.TagClassName
{
border-color: #C41DC3;
}
</style>