Shades of Deep Magenta #C11ABD
Tints of Deep Magenta #C11ABD
RGB
CMYK
RGB Variations
Color information
#C11ABD (or 0xC11ABD) is known color: Deep Magenta. HEX triplet: C1, 1A and BD. RGB value is (193,26,189). Sum of RGB (Red+Green+Blue) = 193+26+189=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C11ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ABD is #3EE542. Grayscale: #5E5E5E. Windows color (decimal): -4121923 or 12393153. OLE color: 12393153.
HSL color Cylindrical-coordinate representation of color #C11ABD: hue angle of 301.44º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11ABD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 189 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.24 |
| HSL | 301.44º | 0.76% | 0.43% | - |
| HSV(B) | 301.44º | 0.87% | 0.76% | - |
| XYZ | 31.55 | 15.75 | 49.52 | - |
| YUV | 94.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 189 | 0 | 0.87 | 0.02 | 0.24 | 301.44 | 0.76 | 0.43 |
| Hex | C1 | 1A | BD | 0 | 57 | 2 | 18 | 12D | 4C | 2B |
| Octal | 301 | 32 | 275 | 0 | 127 | 2 | 30 | 455 | 114 | 53 |
| Binary | 11000001 | 11010 | 10111101 | 0 | 1010111 | 10 | 11000 | 100101101 | 1001100 | 101011 |
Color Harmonies of #C11ABD
Complementary color
Monochromatic Colors of #C11ABD
Black with #C11ABD
Text Example
Text Example
White with #C11ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ABD; }
p { color: rgb(193,26,189); }
H1.HeaderClassName
{
color: #C11ABD;
}
.AnyTagClassName
{
color: #C11ABD;
}
</style>
background-color css
<style>
a { background-color: #C11ABD; }
a { background-color: rgb(193,26,189); }
div.DivClassName
{
background-color: #C11ABD;
}
.BgClassName
{
background-color: #C11ABD;
}
</style>
border-color css
<style>
span { border-color: #C11ABD; }
span { border-color: rgb(193,26,189); }
td.TdClassName
{
border-color: #C11ABD;
}
.TagClassName
{
border-color: #C11ABD;
}
</style>