Shades of Deep Magenta #C41CDA
Tints of Deep Magenta #C41CDA
RGB
CMYK
RGB Variations
Color information
#C41CDA (or 0xC41CDA) is known color: Deep Magenta. HEX triplet: C4, 1C and DA. RGB value is (196,28,218). Sum of RGB (Red+Green+Blue) = 196+28+218=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #C41CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CDA is #3BE325. Grayscale: #636363. Windows color (decimal): -3924774 or 14294212. OLE color: 14294212.
HSL color Cylindrical-coordinate representation of color #C41CDA: hue angle of 293.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41CDA is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 28 | 218 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.15 |
| HSL | 293.05º | 0.77% | 0.48% | - |
| HSV(B) | 293.05º | 0.87% | 0.85% | - |
| XYZ | 35.84 | 17.63 | 67.84 | - |
| YUV | 99.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 218 | 0.10 | 0.87 | 0 | 0.15 | 293.05 | 0.77 | 0.48 |
| Hex | C4 | 1C | DA | A | 57 | 0 | F | 125 | 4D | 30 |
| Octal | 304 | 34 | 332 | 12 | 127 | 0 | 17 | 445 | 115 | 60 |
| Binary | 11000100 | 11100 | 11011010 | 1010 | 1010111 | 0 | 1111 | 100100101 | 1001101 | 110000 |
Color Harmonies of #C41CDA
Complementary color
Monochromatic Colors of #C41CDA
Black with #C41CDA
Text Example
Text Example
White with #C41CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CDA; }
p { color: rgb(196,28,218); }
H1.HeaderClassName
{
color: #C41CDA;
}
.AnyTagClassName
{
color: #C41CDA;
}
</style>
background-color css
<style>
a { background-color: #C41CDA; }
a { background-color: rgb(196,28,218); }
div.DivClassName
{
background-color: #C41CDA;
}
.BgClassName
{
background-color: #C41CDA;
}
</style>
border-color css
<style>
span { border-color: #C41CDA; }
span { border-color: rgb(196,28,218); }
td.TdClassName
{
border-color: #C41CDA;
}
.TagClassName
{
border-color: #C41CDA;
}
</style>