Shades of Deep Magenta #C41BBA
Tints of Deep Magenta #C41BBA
RGB
CMYK
RGB Variations
Color information
#C41BBA (or 0xC41BBA) is known color: Deep Magenta. HEX triplet: C4, 1B and BA. RGB value is (196,27,186). Sum of RGB (Red+Green+Blue) = 196+27+186=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BBA is #3BE445. Grayscale: #5F5F5F. Windows color (decimal): -3925062 or 12196804. OLE color: 12196804.
HSL color Cylindrical-coordinate representation of color #C41BBA: hue angle of 303.55º 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 #C41BBA is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 186 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.23 |
| HSL | 303.55º | 0.76% | 0.44% | - |
| HSV(B) | 303.55º | 0.86% | 0.77% | - |
| XYZ | 32.02 | 16.06 | 47.87 | - |
| YUV | 95.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 186 | 0 | 0.86 | 0.05 | 0.23 | 303.55 | 0.76 | 0.44 |
| Hex | C4 | 1B | BA | 0 | 56 | 5 | 17 | 130 | 4C | 2C |
| Octal | 304 | 33 | 272 | 0 | 126 | 5 | 27 | 460 | 114 | 54 |
| Binary | 11000100 | 11011 | 10111010 | 0 | 1010110 | 101 | 10111 | 100110000 | 1001100 | 101100 |
Color Harmonies of #C41BBA
Complementary color
Monochromatic Colors of #C41BBA
Black with #C41BBA
Text Example
Text Example
White with #C41BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BBA; }
p { color: rgb(196,27,186); }
H1.HeaderClassName
{
color: #C41BBA;
}
.AnyTagClassName
{
color: #C41BBA;
}
</style>
background-color css
<style>
a { background-color: #C41BBA; }
a { background-color: rgb(196,27,186); }
div.DivClassName
{
background-color: #C41BBA;
}
.BgClassName
{
background-color: #C41BBA;
}
</style>
border-color css
<style>
span { border-color: #C41BBA; }
span { border-color: rgb(196,27,186); }
td.TdClassName
{
border-color: #C41BBA;
}
.TagClassName
{
border-color: #C41BBA;
}
</style>