Shades of Deep Magenta #C411BF
Tints of Deep Magenta #C411BF
RGB
CMYK
RGB Variations
Color information
#C411BF (or 0xC411BF) is known color: Deep Magenta. HEX triplet: C4, 11 and BF. RGB value is (196,17,191). Sum of RGB (Red+Green+Blue) = 196+17+191=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C411BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411BF is #3BEE40. Grayscale: #595959. Windows color (decimal): -3927617 or 12521924. OLE color: 12521924.
HSL color Cylindrical-coordinate representation of color #C411BF: hue angle of 301.68º 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 #C411BF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 191 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 301.68º | 0.84% | 0.42% | - |
| HSV(B) | 301.68º | 0.91% | 0.77% | - |
| XYZ | 32.37 | 15.9 | 50.65 | - |
| YUV | 90.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 191 | 0 | 0.91 | 0.03 | 0.23 | 301.68 | 0.84 | 0.42 |
| Hex | C4 | 11 | BF | 0 | 5B | 3 | 17 | 12E | 54 | 2A |
| Octal | 304 | 21 | 277 | 0 | 133 | 3 | 27 | 456 | 124 | 52 |
| Binary | 11000100 | 10001 | 10111111 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010100 | 101010 |
Color Harmonies of #C411BF
Complementary color
Monochromatic Colors of #C411BF
Black with #C411BF
Text Example
Text Example
White with #C411BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411BF; }
p { color: rgb(196,17,191); }
H1.HeaderClassName
{
color: #C411BF;
}
.AnyTagClassName
{
color: #C411BF;
}
</style>
background-color css
<style>
a { background-color: #C411BF; }
a { background-color: rgb(196,17,191); }
div.DivClassName
{
background-color: #C411BF;
}
.BgClassName
{
background-color: #C411BF;
}
</style>
border-color css
<style>
span { border-color: #C411BF; }
span { border-color: rgb(196,17,191); }
td.TdClassName
{
border-color: #C411BF;
}
.TagClassName
{
border-color: #C411BF;
}
</style>