Shades of Deep Magenta #C11BB6
Tints of Deep Magenta #C11BB6
RGB
CMYK
RGB Variations
Color information
#C11BB6 (or 0xC11BB6) is known color: Deep Magenta. HEX triplet: C1, 1B and B6. RGB value is (193,27,182). Sum of RGB (Red+Green+Blue) = 193+27+182=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C11BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BB6 is #3EE449. Grayscale: #5D5D5D. Windows color (decimal): -4121674 or 11934657. OLE color: 11934657.
HSL color Cylindrical-coordinate representation of color #C11BB6: hue angle of 303.98º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11BB6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 182 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.24 |
| HSL | 303.98º | 0.75% | 0.43% | - |
| HSV(B) | 303.98º | 0.86% | 0.76% | - |
| XYZ | 30.83 | 15.5 | 45.62 | - |
| YUV | 94.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 182 | 0 | 0.86 | 0.06 | 0.24 | 303.98 | 0.75 | 0.43 |
| Hex | C1 | 1B | B6 | 0 | 56 | 6 | 18 | 130 | 4B | 2B |
| Octal | 301 | 33 | 266 | 0 | 126 | 6 | 30 | 460 | 113 | 53 |
| Binary | 11000001 | 11011 | 10110110 | 0 | 1010110 | 110 | 11000 | 100110000 | 1001011 | 101011 |
Color Harmonies of #C11BB6
Complementary color
Monochromatic Colors of #C11BB6
Black with #C11BB6
Text Example
Text Example
White with #C11BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BB6; }
p { color: rgb(193,27,182); }
H1.HeaderClassName
{
color: #C11BB6;
}
.AnyTagClassName
{
color: #C11BB6;
}
</style>
background-color css
<style>
a { background-color: #C11BB6; }
a { background-color: rgb(193,27,182); }
div.DivClassName
{
background-color: #C11BB6;
}
.BgClassName
{
background-color: #C11BB6;
}
</style>
border-color css
<style>
span { border-color: #C11BB6; }
span { border-color: rgb(193,27,182); }
td.TdClassName
{
border-color: #C11BB6;
}
.TagClassName
{
border-color: #C11BB6;
}
</style>