Shades of Deep Magenta #C411BA
Tints of Deep Magenta #C411BA
RGB
CMYK
RGB Variations
Color information
#C411BA (or 0xC411BA) is known color: Deep Magenta. HEX triplet: C4, 11 and BA. RGB value is (196,17,186). Sum of RGB (Red+Green+Blue) = 196+17+186=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C411BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411BA is #3BEE45. Grayscale: #595959. Windows color (decimal): -3927622 or 12194244. OLE color: 12194244.
HSL color Cylindrical-coordinate representation of color #C411BA: hue angle of 303.35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C411BA is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 186 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.23 |
| HSL | 303.35º | 0.84% | 0.42% | - |
| HSV(B) | 303.35º | 0.91% | 0.77% | - |
| XYZ | 31.83 | 15.68 | 47.8 | - |
| YUV | 89.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 186 | 0 | 0.91 | 0.05 | 0.23 | 303.35 | 0.84 | 0.42 |
| Hex | C4 | 11 | BA | 0 | 5B | 5 | 17 | 12F | 54 | 2A |
| Octal | 304 | 21 | 272 | 0 | 133 | 5 | 27 | 457 | 124 | 52 |
| Binary | 11000100 | 10001 | 10111010 | 0 | 1011011 | 101 | 10111 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C411BA
Complementary color
Monochromatic Colors of #C411BA
Black with #C411BA
Text Example
Text Example
White with #C411BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411BA; }
p { color: rgb(196,17,186); }
H1.HeaderClassName
{
color: #C411BA;
}
.AnyTagClassName
{
color: #C411BA;
}
</style>
background-color css
<style>
a { background-color: #C411BA; }
a { background-color: rgb(196,17,186); }
div.DivClassName
{
background-color: #C411BA;
}
.BgClassName
{
background-color: #C411BA;
}
</style>
border-color css
<style>
span { border-color: #C411BA; }
span { border-color: rgb(196,17,186); }
td.TdClassName
{
border-color: #C411BA;
}
.TagClassName
{
border-color: #C411BA;
}
</style>