Shades of Deep Magenta #C411B6
Tints of Deep Magenta #C411B6
RGB
CMYK
RGB Variations
Color information
#C411B6 (or 0xC411B6) is known color: Deep Magenta. HEX triplet: C4, 11 and B6. RGB value is (196,17,182). Sum of RGB (Red+Green+Blue) = 196+17+182=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C411B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411B6 is #3BEE49. Grayscale: #585858. Windows color (decimal): -3927626 or 11932100. OLE color: 11932100.
HSL color Cylindrical-coordinate representation of color #C411B6: hue angle of 304.69º 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 #C411B6 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 182 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.23 |
| HSL | 304.69º | 0.84% | 0.42% | - |
| HSV(B) | 304.69º | 0.91% | 0.77% | - |
| XYZ | 31.41 | 15.51 | 45.6 | - |
| YUV | 89.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 182 | 0 | 0.91 | 0.07 | 0.23 | 304.69 | 0.84 | 0.42 |
| Hex | C4 | 11 | B6 | 0 | 5B | 7 | 17 | 131 | 54 | 2A |
| Octal | 304 | 21 | 266 | 0 | 133 | 7 | 27 | 461 | 124 | 52 |
| Binary | 11000100 | 10001 | 10110110 | 0 | 1011011 | 111 | 10111 | 100110001 | 1010100 | 101010 |
Color Harmonies of #C411B6
Complementary color
Monochromatic Colors of #C411B6
Black with #C411B6
Text Example
Text Example
White with #C411B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C411B6; }
p { color: rgb(196,17,182); }
H1.HeaderClassName
{
color: #C411B6;
}
.AnyTagClassName
{
color: #C411B6;
}
</style>
background-color css
<style>
a { background-color: #C411B6; }
a { background-color: rgb(196,17,182); }
div.DivClassName
{
background-color: #C411B6;
}
.BgClassName
{
background-color: #C411B6;
}
</style>
border-color css
<style>
span { border-color: #C411B6; }
span { border-color: rgb(196,17,182); }
td.TdClassName
{
border-color: #C411B6;
}
.TagClassName
{
border-color: #C411B6;
}
</style>