Shades of Deep Magenta #C41CB2
Tints of Deep Magenta #C41CB2
RGB
CMYK
RGB Variations
Color information
#C41CB2 (or 0xC41CB2) is known color: Deep Magenta. HEX triplet: C4, 1C and B2. RGB value is (196,28,178). Sum of RGB (Red+Green+Blue) = 196+28+178=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CB2 is #3BE34D. Grayscale: #5E5E5E. Windows color (decimal): -3924814 or 11672772. OLE color: 11672772.
HSL color Cylindrical-coordinate representation of color #C41CB2: hue angle of 306.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 #C41CB2 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 178 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.23 |
| HSL | 306.43º | 0.75% | 0.44% | - |
| HSV(B) | 306.43º | 0.86% | 0.77% | - |
| XYZ | 31.22 | 15.78 | 43.52 | - |
| YUV | 95.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 178 | 0 | 0.86 | 0.09 | 0.23 | 306.43 | 0.75 | 0.44 |
| Hex | C4 | 1C | B2 | 0 | 56 | 9 | 17 | 132 | 4B | 2C |
| Octal | 304 | 34 | 262 | 0 | 126 | 11 | 27 | 462 | 113 | 54 |
| Binary | 11000100 | 11100 | 10110010 | 0 | 1010110 | 1001 | 10111 | 100110010 | 1001011 | 101100 |
Color Harmonies of #C41CB2
Complementary color
Monochromatic Colors of #C41CB2
Black with #C41CB2
Text Example
Text Example
White with #C41CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CB2; }
p { color: rgb(196,28,178); }
H1.HeaderClassName
{
color: #C41CB2;
}
.AnyTagClassName
{
color: #C41CB2;
}
</style>
background-color css
<style>
a { background-color: #C41CB2; }
a { background-color: rgb(196,28,178); }
div.DivClassName
{
background-color: #C41CB2;
}
.BgClassName
{
background-color: #C41CB2;
}
</style>
border-color css
<style>
span { border-color: #C41CB2; }
span { border-color: rgb(196,28,178); }
td.TdClassName
{
border-color: #C41CB2;
}
.TagClassName
{
border-color: #C41CB2;
}
</style>