Shades of Deep Magenta #C41FBC
Tints of Deep Magenta #C41FBC
RGB
CMYK
RGB Variations
Color information
#C41FBC (or 0xC41FBC) is known color: Deep Magenta. HEX triplet: C4, 1F and BC. RGB value is (196,31,188). Sum of RGB (Red+Green+Blue) = 196+31+188=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FBC is #3BE043. Grayscale: #616161. Windows color (decimal): -3924036 or 12328900. OLE color: 12328900.
HSL color Cylindrical-coordinate representation of color #C41FBC: hue angle of 302.91º 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 #C41FBC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 188 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.23 |
| HSL | 302.91º | 0.73% | 0.45% | - |
| HSV(B) | 302.91º | 0.84% | 0.77% | - |
| XYZ | 32.33 | 16.35 | 49.03 | - |
| YUV | 98.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 188 | 0 | 0.84 | 0.04 | 0.23 | 302.91 | 0.73 | 0.45 |
| Hex | C4 | 1F | BC | 0 | 54 | 4 | 17 | 12F | 49 | 2D |
| Octal | 304 | 37 | 274 | 0 | 124 | 4 | 27 | 457 | 111 | 55 |
| Binary | 11000100 | 11111 | 10111100 | 0 | 1010100 | 100 | 10111 | 100101111 | 1001001 | 101101 |
Color Harmonies of #C41FBC
Complementary color
Monochromatic Colors of #C41FBC
Black with #C41FBC
Text Example
Text Example
White with #C41FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FBC; }
p { color: rgb(196,31,188); }
H1.HeaderClassName
{
color: #C41FBC;
}
.AnyTagClassName
{
color: #C41FBC;
}
</style>
background-color css
<style>
a { background-color: #C41FBC; }
a { background-color: rgb(196,31,188); }
div.DivClassName
{
background-color: #C41FBC;
}
.BgClassName
{
background-color: #C41FBC;
}
</style>
border-color css
<style>
span { border-color: #C41FBC; }
span { border-color: rgb(196,31,188); }
td.TdClassName
{
border-color: #C41FBC;
}
.TagClassName
{
border-color: #C41FBC;
}
</style>