Shades of Deep Magenta #C11BD5
Tints of Deep Magenta #C11BD5
RGB
CMYK
RGB Variations
Color information
#C11BD5 (or 0xC11BD5) is known color: Deep Magenta. HEX triplet: C1, 1B and D5. RGB value is (193,27,213). Sum of RGB (Red+Green+Blue) = 193+27+213=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #C11BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BD5 is #3EE42A. Grayscale: #616161. Windows color (decimal): -4121643 or 13966273. OLE color: 13966273.
HSL color Cylindrical-coordinate representation of color #C11BD5: hue angle of 293.55º degrees, saturation: 0.77, 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 #C11BD5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 27 | 213 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.16 |
| HSL | 293.55º | 0.78% | 0.47% | - |
| HSV(B) | 293.55º | 0.87% | 0.84% | - |
| XYZ | 34.39 | 16.93 | 64.4 | - |
| YUV | 97.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 213 | 0.09 | 0.87 | 0 | 0.16 | 293.55 | 0.78 | 0.47 |
| Hex | C1 | 1B | D5 | 9 | 57 | 0 | 10 | 126 | 4E | 2F |
| Octal | 301 | 33 | 325 | 11 | 127 | 0 | 20 | 446 | 116 | 57 |
| Binary | 11000001 | 11011 | 11010101 | 1001 | 1010111 | 0 | 10000 | 100100110 | 1001110 | 101111 |
Color Harmonies of #C11BD5
Complementary color
Monochromatic Colors of #C11BD5
Black with #C11BD5
Text Example
Text Example
White with #C11BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BD5; }
p { color: rgb(193,27,213); }
H1.HeaderClassName
{
color: #C11BD5;
}
.AnyTagClassName
{
color: #C11BD5;
}
</style>
background-color css
<style>
a { background-color: #C11BD5; }
a { background-color: rgb(193,27,213); }
div.DivClassName
{
background-color: #C11BD5;
}
.BgClassName
{
background-color: #C11BD5;
}
</style>
border-color css
<style>
span { border-color: #C11BD5; }
span { border-color: rgb(193,27,213); }
td.TdClassName
{
border-color: #C11BD5;
}
.TagClassName
{
border-color: #C11BD5;
}
</style>