Shades of Deep Magenta #C41FBB
Tints of Deep Magenta #C41FBB
RGB
CMYK
RGB Variations
Color information
#C41FBB (or 0xC41FBB) is known color: Deep Magenta. HEX triplet: C4, 1F and BB. RGB value is (196,31,187). Sum of RGB (Red+Green+Blue) = 196+31+187=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FBB is #3BE044. Grayscale: #616161. Windows color (decimal): -3924037 or 12263364. OLE color: 12263364.
HSL color Cylindrical-coordinate representation of color #C41FBB: hue angle of 303.27º 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 #C41FBB is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 187 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.23 |
| HSL | 303.27º | 0.73% | 0.45% | - |
| HSV(B) | 303.27º | 0.84% | 0.77% | - |
| XYZ | 32.22 | 16.3 | 48.46 | - |
| YUV | 98.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 187 | 0 | 0.84 | 0.05 | 0.23 | 303.27 | 0.73 | 0.45 |
| Hex | C4 | 1F | BB | 0 | 54 | 5 | 17 | 12F | 49 | 2D |
| Octal | 304 | 37 | 273 | 0 | 124 | 5 | 27 | 457 | 111 | 55 |
| Binary | 11000100 | 11111 | 10111011 | 0 | 1010100 | 101 | 10111 | 100101111 | 1001001 | 101101 |
Color Harmonies of #C41FBB
Complementary color
Monochromatic Colors of #C41FBB
Black with #C41FBB
Text Example
Text Example
White with #C41FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FBB; }
p { color: rgb(196,31,187); }
H1.HeaderClassName
{
color: #C41FBB;
}
.AnyTagClassName
{
color: #C41FBB;
}
</style>
background-color css
<style>
a { background-color: #C41FBB; }
a { background-color: rgb(196,31,187); }
div.DivClassName
{
background-color: #C41FBB;
}
.BgClassName
{
background-color: #C41FBB;
}
</style>
border-color css
<style>
span { border-color: #C41FBB; }
span { border-color: rgb(196,31,187); }
td.TdClassName
{
border-color: #C41FBB;
}
.TagClassName
{
border-color: #C41FBB;
}
</style>