Shades of Deep Magenta #C11BD7
Tints of Deep Magenta #C11BD7
RGB
CMYK
RGB Variations
Color information
#C11BD7 (or 0xC11BD7) is known color: Deep Magenta. HEX triplet: C1, 1B and D7. RGB value is (193,27,215). Sum of RGB (Red+Green+Blue) = 193+27+215=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #C11BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BD7 is #3EE428. Grayscale: #616161. Windows color (decimal): -4121641 or 14097345. OLE color: 14097345.
HSL color Cylindrical-coordinate representation of color #C11BD7: hue angle of 292.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11BD7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 27 | 215 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.16 |
| HSL | 292.98º | 0.78% | 0.47% | - |
| HSV(B) | 292.98º | 0.87% | 0.84% | - |
| XYZ | 34.65 | 17.03 | 65.75 | - |
| YUV | 98.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 215 | 0.10 | 0.87 | 0 | 0.16 | 292.98 | 0.78 | 0.47 |
| Hex | C1 | 1B | D7 | A | 57 | 0 | 10 | 125 | 4E | 2F |
| Octal | 301 | 33 | 327 | 12 | 127 | 0 | 20 | 445 | 116 | 57 |
| Binary | 11000001 | 11011 | 11010111 | 1010 | 1010111 | 0 | 10000 | 100100101 | 1001110 | 101111 |
Color Harmonies of #C11BD7
Complementary color
Monochromatic Colors of #C11BD7
Black with #C11BD7
Text Example
Text Example
White with #C11BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BD7; }
p { color: rgb(193,27,215); }
H1.HeaderClassName
{
color: #C11BD7;
}
.AnyTagClassName
{
color: #C11BD7;
}
</style>
background-color css
<style>
a { background-color: #C11BD7; }
a { background-color: rgb(193,27,215); }
div.DivClassName
{
background-color: #C11BD7;
}
.BgClassName
{
background-color: #C11BD7;
}
</style>
border-color css
<style>
span { border-color: #C11BD7; }
span { border-color: rgb(193,27,215); }
td.TdClassName
{
border-color: #C11BD7;
}
.TagClassName
{
border-color: #C11BD7;
}
</style>