Shades of Deep Magenta #C41BB0
Tints of Deep Magenta #C41BB0
RGB
CMYK
RGB Variations
Color information
#C41BB0 (or 0xC41BB0) is known color: Deep Magenta. HEX triplet: C4, 1B and B0. RGB value is (196,27,176). Sum of RGB (Red+Green+Blue) = 196+27+176=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BB0 is #3BE44F. Grayscale: #5E5E5E. Windows color (decimal): -3925072 or 11541444. OLE color: 11541444.
HSL color Cylindrical-coordinate representation of color #C41BB0: hue angle of 307.1º degrees, saturation: 0.76, 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 #C41BB0 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 176 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.23 |
| HSL | 307.1º | 0.76% | 0.44% | - |
| HSV(B) | 307.1º | 0.86% | 0.77% | - |
| XYZ | 30.99 | 15.65 | 42.46 | - |
| YUV | 94.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 176 | 0 | 0.86 | 0.10 | 0.23 | 307.1 | 0.76 | 0.44 |
| Hex | C4 | 1B | B0 | 0 | 56 | A | 17 | 133 | 4C | 2C |
| Octal | 304 | 33 | 260 | 0 | 126 | 12 | 27 | 463 | 114 | 54 |
| Binary | 11000100 | 11011 | 10110000 | 0 | 1010110 | 1010 | 10111 | 100110011 | 1001100 | 101100 |
Color Harmonies of #C41BB0
Complementary color
Monochromatic Colors of #C41BB0
Black with #C41BB0
Text Example
Text Example
White with #C41BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BB0; }
p { color: rgb(196,27,176); }
H1.HeaderClassName
{
color: #C41BB0;
}
.AnyTagClassName
{
color: #C41BB0;
}
</style>
background-color css
<style>
a { background-color: #C41BB0; }
a { background-color: rgb(196,27,176); }
div.DivClassName
{
background-color: #C41BB0;
}
.BgClassName
{
background-color: #C41BB0;
}
</style>
border-color css
<style>
span { border-color: #C41BB0; }
span { border-color: rgb(196,27,176); }
td.TdClassName
{
border-color: #C41BB0;
}
.TagClassName
{
border-color: #C41BB0;
}
</style>