Shades of Deep Magenta #C41CC0
Tints of Deep Magenta #C41CC0
RGB
CMYK
RGB Variations
Color information
#C41CC0 (or 0xC41CC0) is known color: Deep Magenta. HEX triplet: C4, 1C and C0. RGB value is (196,28,192). Sum of RGB (Red+Green+Blue) = 196+28+192=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CC0 is #3BE33F. Grayscale: #606060. Windows color (decimal): -3924800 or 12590276. OLE color: 12590276.
HSL color Cylindrical-coordinate representation of color #C41CC0: hue angle of 301.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41CC0 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 192 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.23 |
| HSL | 301.43º | 0.75% | 0.44% | - |
| HSV(B) | 301.43º | 0.86% | 0.77% | - |
| XYZ | 32.69 | 16.37 | 51.31 | - |
| YUV | 96.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 192 | 0 | 0.86 | 0.02 | 0.23 | 301.43 | 0.75 | 0.44 |
| Hex | C4 | 1C | C0 | 0 | 56 | 2 | 17 | 12D | 4B | 2C |
| Octal | 304 | 34 | 300 | 0 | 126 | 2 | 27 | 455 | 113 | 54 |
| Binary | 11000100 | 11100 | 11000000 | 0 | 1010110 | 10 | 10111 | 100101101 | 1001011 | 101100 |
Color Harmonies of #C41CC0
Complementary color
Monochromatic Colors of #C41CC0
Black with #C41CC0
Text Example
Text Example
White with #C41CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CC0; }
p { color: rgb(196,28,192); }
H1.HeaderClassName
{
color: #C41CC0;
}
.AnyTagClassName
{
color: #C41CC0;
}
</style>
background-color css
<style>
a { background-color: #C41CC0; }
a { background-color: rgb(196,28,192); }
div.DivClassName
{
background-color: #C41CC0;
}
.BgClassName
{
background-color: #C41CC0;
}
</style>
border-color css
<style>
span { border-color: #C41CC0; }
span { border-color: rgb(196,28,192); }
td.TdClassName
{
border-color: #C41CC0;
}
.TagClassName
{
border-color: #C41CC0;
}
</style>