Shades of Deep Magenta #C41FB5
Tints of Deep Magenta #C41FB5
RGB
CMYK
RGB Variations
Color information
#C41FB5 (or 0xC41FB5) is known color: Deep Magenta. HEX triplet: C4, 1F and B5. RGB value is (196,31,181). Sum of RGB (Red+Green+Blue) = 196+31+181=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FB5 is #3BE04A. Grayscale: #616161. Windows color (decimal): -3924043 or 11870148. OLE color: 11870148.
HSL color Cylindrical-coordinate representation of color #C41FB5: hue angle of 305.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41FB5 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 181 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.23 |
| HSL | 305.45º | 0.73% | 0.45% | - |
| HSV(B) | 305.45º | 0.84% | 0.77% | - |
| XYZ | 31.6 | 16.05 | 45.15 | - |
| YUV | 97.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 181 | 0 | 0.84 | 0.08 | 0.23 | 305.45 | 0.73 | 0.45 |
| Hex | C4 | 1F | B5 | 0 | 54 | 8 | 17 | 131 | 49 | 2D |
| Octal | 304 | 37 | 265 | 0 | 124 | 10 | 27 | 461 | 111 | 55 |
| Binary | 11000100 | 11111 | 10110101 | 0 | 1010100 | 1000 | 10111 | 100110001 | 1001001 | 101101 |
Color Harmonies of #C41FB5
Complementary color
Monochromatic Colors of #C41FB5
Black with #C41FB5
Text Example
Text Example
White with #C41FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FB5; }
p { color: rgb(196,31,181); }
H1.HeaderClassName
{
color: #C41FB5;
}
.AnyTagClassName
{
color: #C41FB5;
}
</style>
background-color css
<style>
a { background-color: #C41FB5; }
a { background-color: rgb(196,31,181); }
div.DivClassName
{
background-color: #C41FB5;
}
.BgClassName
{
background-color: #C41FB5;
}
</style>
border-color css
<style>
span { border-color: #C41FB5; }
span { border-color: rgb(196,31,181); }
td.TdClassName
{
border-color: #C41FB5;
}
.TagClassName
{
border-color: #C41FB5;
}
</style>