Shades of Deep Magenta #C411BD
Tints of Deep Magenta #C411BD
RGB
CMYK
RGB Variations
Color information
#C411BD (or 0xC411BD) is known color: Deep Magenta. HEX triplet: C4, 11 and BD. RGB value is (196,17,189). Sum of RGB (Red+Green+Blue) = 196+17+189=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C411BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411BD is #3BEE42. Grayscale: #595959. Windows color (decimal): -3927619 or 12390852. OLE color: 12390852.
HSL color Cylindrical-coordinate representation of color #C411BD: hue angle of 302.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 #C411BD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 189 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.23 |
| HSL | 302.35º | 0.84% | 0.42% | - |
| HSV(B) | 302.35º | 0.91% | 0.77% | - |
| XYZ | 32.15 | 15.81 | 49.5 | - |
| YUV | 90.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 189 | 0 | 0.91 | 0.04 | 0.23 | 302.35 | 0.84 | 0.42 |
| Hex | C4 | 11 | BD | 0 | 5B | 4 | 17 | 12E | 54 | 2A |
| Octal | 304 | 21 | 275 | 0 | 133 | 4 | 27 | 456 | 124 | 52 |
| Binary | 11000100 | 10001 | 10111101 | 0 | 1011011 | 100 | 10111 | 100101110 | 1010100 | 101010 |
Color Harmonies of #C411BD
Complementary color
Monochromatic Colors of #C411BD
Black with #C411BD
Text Example
Text Example
White with #C411BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411BD; }
p { color: rgb(196,17,189); }
H1.HeaderClassName
{
color: #C411BD;
}
.AnyTagClassName
{
color: #C411BD;
}
</style>
background-color css
<style>
a { background-color: #C411BD; }
a { background-color: rgb(196,17,189); }
div.DivClassName
{
background-color: #C411BD;
}
.BgClassName
{
background-color: #C411BD;
}
</style>
border-color css
<style>
span { border-color: #C411BD; }
span { border-color: rgb(196,17,189); }
td.TdClassName
{
border-color: #C411BD;
}
.TagClassName
{
border-color: #C411BD;
}
</style>