Shades of Deep Magenta #C41AC0
Tints of Deep Magenta #C41AC0
RGB
CMYK
RGB Variations
Color information
#C41AC0 (or 0xC41AC0) is known color: Deep Magenta. HEX triplet: C4, 1A and C0. RGB value is (196,26,192). Sum of RGB (Red+Green+Blue) = 196+26+192=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AC0 is #3BE53F. Grayscale: #5F5F5F. Windows color (decimal): -3925312 or 12589764. OLE color: 12589764.
HSL color Cylindrical-coordinate representation of color #C41AC0: hue angle of 301.41º 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 #C41AC0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 192 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.23 |
| HSL | 301.41º | 0.77% | 0.44% | - |
| HSV(B) | 301.41º | 0.87% | 0.77% | - |
| XYZ | 32.65 | 16.28 | 51.29 | - |
| YUV | 95.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 192 | 0 | 0.87 | 0.02 | 0.23 | 301.41 | 0.77 | 0.44 |
| Hex | C4 | 1A | C0 | 0 | 57 | 2 | 17 | 12D | 4D | 2C |
| Octal | 304 | 32 | 300 | 0 | 127 | 2 | 27 | 455 | 115 | 54 |
| Binary | 11000100 | 11010 | 11000000 | 0 | 1010111 | 10 | 10111 | 100101101 | 1001101 | 101100 |
Color Harmonies of #C41AC0
Complementary color
Monochromatic Colors of #C41AC0
Black with #C41AC0
Text Example
Text Example
White with #C41AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AC0; }
p { color: rgb(196,26,192); }
H1.HeaderClassName
{
color: #C41AC0;
}
.AnyTagClassName
{
color: #C41AC0;
}
</style>
background-color css
<style>
a { background-color: #C41AC0; }
a { background-color: rgb(196,26,192); }
div.DivClassName
{
background-color: #C41AC0;
}
.BgClassName
{
background-color: #C41AC0;
}
</style>
border-color css
<style>
span { border-color: #C41AC0; }
span { border-color: rgb(196,26,192); }
td.TdClassName
{
border-color: #C41AC0;
}
.TagClassName
{
border-color: #C41AC0;
}
</style>