Shades of Deep Magenta #C41ABD
Tints of Deep Magenta #C41ABD
RGB
CMYK
RGB Variations
Color information
#C41ABD (or 0xC41ABD) is known color: Deep Magenta. HEX triplet: C4, 1A and BD. RGB value is (196,26,189). Sum of RGB (Red+Green+Blue) = 196+26+189=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABD is #3BE542. Grayscale: #5E5E5E. Windows color (decimal): -3925315 or 12393156. OLE color: 12393156.
HSL color Cylindrical-coordinate representation of color #C41ABD: hue angle of 302.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41ABD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 189 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.23 |
| HSL | 302.47º | 0.77% | 0.44% | - |
| HSV(B) | 302.47º | 0.87% | 0.77% | - |
| XYZ | 32.32 | 16.15 | 49.56 | - |
| YUV | 95.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 189 | 0 | 0.87 | 0.04 | 0.23 | 302.47 | 0.77 | 0.44 |
| Hex | C4 | 1A | BD | 0 | 57 | 4 | 17 | 12E | 4D | 2C |
| Octal | 304 | 32 | 275 | 0 | 127 | 4 | 27 | 456 | 115 | 54 |
| Binary | 11000100 | 11010 | 10111101 | 0 | 1010111 | 100 | 10111 | 100101110 | 1001101 | 101100 |
Color Harmonies of #C41ABD
Complementary color
Monochromatic Colors of #C41ABD
Black with #C41ABD
Text Example
Text Example
White with #C41ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41ABD; }
p { color: rgb(196,26,189); }
H1.HeaderClassName
{
color: #C41ABD;
}
.AnyTagClassName
{
color: #C41ABD;
}
</style>
background-color css
<style>
a { background-color: #C41ABD; }
a { background-color: rgb(196,26,189); }
div.DivClassName
{
background-color: #C41ABD;
}
.BgClassName
{
background-color: #C41ABD;
}
</style>
border-color css
<style>
span { border-color: #C41ABD; }
span { border-color: rgb(196,26,189); }
td.TdClassName
{
border-color: #C41ABD;
}
.TagClassName
{
border-color: #C41ABD;
}
</style>