Shades of Deep Magenta #C411B2
Tints of Deep Magenta #C411B2
RGB
CMYK
RGB Variations
Color information
#C411B2 (or 0xC411B2) is known color: Deep Magenta. HEX triplet: C4, 11 and B2. RGB value is (196,17,178). Sum of RGB (Red+Green+Blue) = 196+17+178=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C411B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C411B2 is #3BEE4D. Grayscale: #585858. Windows color (decimal): -3927630 or 11669956. OLE color: 11669956.
HSL color Cylindrical-coordinate representation of color #C411B2: hue angle of 306.03º 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 #C411B2 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 178 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.23 |
| HSL | 306.03º | 0.84% | 0.42% | - |
| HSV(B) | 306.03º | 0.91% | 0.77% | - |
| XYZ | 31 | 15.35 | 43.45 | - |
| YUV | 88.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 178 | 0 | 0.91 | 0.09 | 0.23 | 306.03 | 0.84 | 0.42 |
| Hex | C4 | 11 | B2 | 0 | 5B | 9 | 17 | 132 | 54 | 2A |
| Octal | 304 | 21 | 262 | 0 | 133 | 11 | 27 | 462 | 124 | 52 |
| Binary | 11000100 | 10001 | 10110010 | 0 | 1011011 | 1001 | 10111 | 100110010 | 1010100 | 101010 |
Color Harmonies of #C411B2
Complementary color
Monochromatic Colors of #C411B2
Black with #C411B2
Text Example
Text Example
White with #C411B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411B2; }
p { color: rgb(196,17,178); }
H1.HeaderClassName
{
color: #C411B2;
}
.AnyTagClassName
{
color: #C411B2;
}
</style>
background-color css
<style>
a { background-color: #C411B2; }
a { background-color: rgb(196,17,178); }
div.DivClassName
{
background-color: #C411B2;
}
.BgClassName
{
background-color: #C411B2;
}
</style>
border-color css
<style>
span { border-color: #C411B2; }
span { border-color: rgb(196,17,178); }
td.TdClassName
{
border-color: #C411B2;
}
.TagClassName
{
border-color: #C411B2;
}
</style>