Shades of Deep Magenta #C41ADF
Tints of Deep Magenta #C41ADF
RGB
CMYK
RGB Variations
Color information
#C41ADF (or 0xC41ADF) is known color: Deep Magenta. HEX triplet: C4, 1A and DF. RGB value is (196,26,223). Sum of RGB (Red+Green+Blue) = 196+26+223=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ADF is #3BE520. Grayscale: #626262. Windows color (decimal): -3925281 or 14621380. OLE color: 14621380.
HSL color Cylindrical-coordinate representation of color #C41ADF: hue angle of 291.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41ADF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 26 | 223 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.13 |
| HSL | 291.78º | 0.79% | 0.49% | - |
| HSV(B) | 291.78º | 0.88% | 0.87% | - |
| XYZ | 36.45 | 17.8 | 71.33 | - |
| YUV | 99.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 223 | 0.12 | 0.88 | 0 | 0.13 | 291.78 | 0.79 | 0.49 |
| Hex | C4 | 1A | DF | C | 58 | 0 | D | 124 | 4F | 31 |
| Octal | 304 | 32 | 337 | 14 | 130 | 0 | 15 | 444 | 117 | 61 |
| Binary | 11000100 | 11010 | 11011111 | 1100 | 1011000 | 0 | 1101 | 100100100 | 1001111 | 110001 |
Color Harmonies of #C41ADF
Complementary color
Monochromatic Colors of #C41ADF
Black with #C41ADF
Text Example
Text Example
White with #C41ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41ADF; }
p { color: rgb(196,26,223); }
H1.HeaderClassName
{
color: #C41ADF;
}
.AnyTagClassName
{
color: #C41ADF;
}
</style>
background-color css
<style>
a { background-color: #C41ADF; }
a { background-color: rgb(196,26,223); }
div.DivClassName
{
background-color: #C41ADF;
}
.BgClassName
{
background-color: #C41ADF;
}
</style>
border-color css
<style>
span { border-color: #C41ADF; }
span { border-color: rgb(196,26,223); }
td.TdClassName
{
border-color: #C41ADF;
}
.TagClassName
{
border-color: #C41ADF;
}
</style>