Shades of Deep Magenta #C41AD2
Tints of Deep Magenta #C41AD2
RGB
CMYK
RGB Variations
Color information
#C41AD2 (or 0xC41AD2) is known color: Deep Magenta. HEX triplet: C4, 1A and D2. RGB value is (196,26,210). Sum of RGB (Red+Green+Blue) = 196+26+210=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #C41AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AD2 is #3BE52D. Grayscale: #616161. Windows color (decimal): -3925294 or 13769412. OLE color: 13769412.
HSL color Cylindrical-coordinate representation of color #C41AD2: hue angle of 295.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AD2 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 26 | 210 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.18 |
| HSL | 295.43º | 0.78% | 0.46% | - |
| HSV(B) | 295.43º | 0.88% | 0.82% | - |
| XYZ | 34.77 | 17.13 | 62.45 | - |
| YUV | 97.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 210 | 0.07 | 0.88 | 0 | 0.18 | 295.43 | 0.78 | 0.46 |
| Hex | C4 | 1A | D2 | 7 | 58 | 0 | 12 | 127 | 4E | 2E |
| Octal | 304 | 32 | 322 | 7 | 130 | 0 | 22 | 447 | 116 | 56 |
| Binary | 11000100 | 11010 | 11010010 | 111 | 1011000 | 0 | 10010 | 100100111 | 1001110 | 101110 |
Color Harmonies of #C41AD2
Complementary color
Monochromatic Colors of #C41AD2
Black with #C41AD2
Text Example
Text Example
White with #C41AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AD2; }
p { color: rgb(196,26,210); }
H1.HeaderClassName
{
color: #C41AD2;
}
.AnyTagClassName
{
color: #C41AD2;
}
</style>
background-color css
<style>
a { background-color: #C41AD2; }
a { background-color: rgb(196,26,210); }
div.DivClassName
{
background-color: #C41AD2;
}
.BgClassName
{
background-color: #C41AD2;
}
</style>
border-color css
<style>
span { border-color: #C41AD2; }
span { border-color: rgb(196,26,210); }
td.TdClassName
{
border-color: #C41AD2;
}
.TagClassName
{
border-color: #C41AD2;
}
</style>