Shades of Deep Magenta #C41AD8
Tints of Deep Magenta #C41AD8
RGB
CMYK
RGB Variations
Color information
#C41AD8 (or 0xC41AD8) is known color: Deep Magenta. HEX triplet: C4, 1A and D8. RGB value is (196,26,216). Sum of RGB (Red+Green+Blue) = 196+26+216=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #C41AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AD8 is #3BE527. Grayscale: #616161. Windows color (decimal): -3925288 or 14162628. OLE color: 14162628.
HSL color Cylindrical-coordinate representation of color #C41AD8: hue angle of 293.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AD8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 26 | 216 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.15 |
| HSL | 293.68º | 0.79% | 0.47% | - |
| HSV(B) | 293.68º | 0.88% | 0.85% | - |
| XYZ | 35.53 | 17.43 | 66.46 | - |
| YUV | 98.49 | 194.32 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 216 | 0.09 | 0.88 | 0 | 0.15 | 293.68 | 0.79 | 0.47 |
| Hex | C4 | 1A | D8 | 9 | 58 | 0 | F | 126 | 4F | 2F |
| Octal | 304 | 32 | 330 | 11 | 130 | 0 | 17 | 446 | 117 | 57 |
| Binary | 11000100 | 11010 | 11011000 | 1001 | 1011000 | 0 | 1111 | 100100110 | 1001111 | 101111 |
Color Harmonies of #C41AD8
Complementary color
Monochromatic Colors of #C41AD8
Black with #C41AD8
Text Example
Text Example
White with #C41AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AD8; }
p { color: rgb(196,26,216); }
H1.HeaderClassName
{
color: #C41AD8;
}
.AnyTagClassName
{
color: #C41AD8;
}
</style>
background-color css
<style>
a { background-color: #C41AD8; }
a { background-color: rgb(196,26,216); }
div.DivClassName
{
background-color: #C41AD8;
}
.BgClassName
{
background-color: #C41AD8;
}
</style>
border-color css
<style>
span { border-color: #C41AD8; }
span { border-color: rgb(196,26,216); }
td.TdClassName
{
border-color: #C41AD8;
}
.TagClassName
{
border-color: #C41AD8;
}
</style>