Shades of Deep Magenta #C41CB9
Tints of Deep Magenta #C41CB9
RGB
CMYK
RGB Variations
Color information
#C41CB9 (or 0xC41CB9) is known color: Deep Magenta. HEX triplet: C4, 1C and B9. RGB value is (196,28,185). Sum of RGB (Red+Green+Blue) = 196+28+185=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CB9 is #3BE346. Grayscale: #5F5F5F. Windows color (decimal): -3924807 or 12131524. OLE color: 12131524.
HSL color Cylindrical-coordinate representation of color #C41CB9: hue angle of 303.93º 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 #C41CB9 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 185 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.23 |
| HSL | 303.93º | 0.75% | 0.44% | - |
| HSV(B) | 303.93º | 0.86% | 0.77% | - |
| XYZ | 31.94 | 16.07 | 47.32 | - |
| YUV | 96.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 185 | 0 | 0.86 | 0.06 | 0.23 | 303.93 | 0.75 | 0.44 |
| Hex | C4 | 1C | B9 | 0 | 56 | 6 | 17 | 130 | 4B | 2C |
| Octal | 304 | 34 | 271 | 0 | 126 | 6 | 27 | 460 | 113 | 54 |
| Binary | 11000100 | 11100 | 10111001 | 0 | 1010110 | 110 | 10111 | 100110000 | 1001011 | 101100 |
Color Harmonies of #C41CB9
Complementary color
Monochromatic Colors of #C41CB9
Black with #C41CB9
Text Example
Text Example
White with #C41CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CB9; }
p { color: rgb(196,28,185); }
H1.HeaderClassName
{
color: #C41CB9;
}
.AnyTagClassName
{
color: #C41CB9;
}
</style>
background-color css
<style>
a { background-color: #C41CB9; }
a { background-color: rgb(196,28,185); }
div.DivClassName
{
background-color: #C41CB9;
}
.BgClassName
{
background-color: #C41CB9;
}
</style>
border-color css
<style>
span { border-color: #C41CB9; }
span { border-color: rgb(196,28,185); }
td.TdClassName
{
border-color: #C41CB9;
}
.TagClassName
{
border-color: #C41CB9;
}
</style>