Shades of Deep Magenta #C41CB4
Tints of Deep Magenta #C41CB4
RGB
CMYK
RGB Variations
Color information
#C41CB4 (or 0xC41CB4) is known color: Deep Magenta. HEX triplet: C4, 1C and B4. RGB value is (196,28,180). Sum of RGB (Red+Green+Blue) = 196+28+180=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CB4 is #3BE34B. Grayscale: #5F5F5F. Windows color (decimal): -3924812 or 11803844. OLE color: 11803844.
HSL color Cylindrical-coordinate representation of color #C41CB4: hue angle of 305.71º 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 #C41CB4 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 180 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.23 |
| HSL | 305.71º | 0.75% | 0.44% | - |
| HSV(B) | 305.71º | 0.86% | 0.77% | - |
| XYZ | 31.42 | 15.86 | 44.59 | - |
| YUV | 95.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 180 | 0 | 0.86 | 0.08 | 0.23 | 305.71 | 0.75 | 0.44 |
| Hex | C4 | 1C | B4 | 0 | 56 | 8 | 17 | 132 | 4B | 2C |
| Octal | 304 | 34 | 264 | 0 | 126 | 10 | 27 | 462 | 113 | 54 |
| Binary | 11000100 | 11100 | 10110100 | 0 | 1010110 | 1000 | 10111 | 100110010 | 1001011 | 101100 |
Color Harmonies of #C41CB4
Complementary color
Monochromatic Colors of #C41CB4
Black with #C41CB4
Text Example
Text Example
White with #C41CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CB4; }
p { color: rgb(196,28,180); }
H1.HeaderClassName
{
color: #C41CB4;
}
.AnyTagClassName
{
color: #C41CB4;
}
</style>
background-color css
<style>
a { background-color: #C41CB4; }
a { background-color: rgb(196,28,180); }
div.DivClassName
{
background-color: #C41CB4;
}
.BgClassName
{
background-color: #C41CB4;
}
</style>
border-color css
<style>
span { border-color: #C41CB4; }
span { border-color: rgb(196,28,180); }
td.TdClassName
{
border-color: #C41CB4;
}
.TagClassName
{
border-color: #C41CB4;
}
</style>