Shades of Deep Magenta #C41ABE
Tints of Deep Magenta #C41ABE
RGB
CMYK
RGB Variations
Color information
#C41ABE (or 0xC41ABE) is known color: Deep Magenta. HEX triplet: C4, 1A and BE. RGB value is (196,26,190). Sum of RGB (Red+Green+Blue) = 196+26+190=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABE is #3BE541. Grayscale: #5F5F5F. Windows color (decimal): -3925314 or 12458692. OLE color: 12458692.
HSL color Cylindrical-coordinate representation of color #C41ABE: hue angle of 302.12º 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 #C41ABE is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 190 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.23 |
| HSL | 302.12º | 0.77% | 0.44% | - |
| HSV(B) | 302.12º | 0.87% | 0.77% | - |
| XYZ | 32.43 | 16.19 | 50.13 | - |
| YUV | 95.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 190 | 0 | 0.87 | 0.03 | 0.23 | 302.12 | 0.77 | 0.44 |
| Hex | C4 | 1A | BE | 0 | 57 | 3 | 17 | 12E | 4D | 2C |
| Octal | 304 | 32 | 276 | 0 | 127 | 3 | 27 | 456 | 115 | 54 |
| Binary | 11000100 | 11010 | 10111110 | 0 | 1010111 | 11 | 10111 | 100101110 | 1001101 | 101100 |
Color Harmonies of #C41ABE
Complementary color
Monochromatic Colors of #C41ABE
Black with #C41ABE
Text Example
Text Example
White with #C41ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41ABE; }
p { color: rgb(196,26,190); }
H1.HeaderClassName
{
color: #C41ABE;
}
.AnyTagClassName
{
color: #C41ABE;
}
</style>
background-color css
<style>
a { background-color: #C41ABE; }
a { background-color: rgb(196,26,190); }
div.DivClassName
{
background-color: #C41ABE;
}
.BgClassName
{
background-color: #C41ABE;
}
</style>
border-color css
<style>
span { border-color: #C41ABE; }
span { border-color: rgb(196,26,190); }
td.TdClassName
{
border-color: #C41ABE;
}
.TagClassName
{
border-color: #C41ABE;
}
</style>