Shades of Deep Magenta #C11ADD
Tints of Deep Magenta #C11ADD
RGB
CMYK
RGB Variations
Color information
#C11ADD (or 0xC11ADD) is known color: Deep Magenta. HEX triplet: C1, 1A and DD. RGB value is (193,26,221). Sum of RGB (Red+Green+Blue) = 193+26+221=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C11ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ADD is #3EE522. Grayscale: #616161. Windows color (decimal): -4121891 or 14490305. OLE color: 14490305.
HSL color Cylindrical-coordinate representation of color #C11ADD: hue angle of 291.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11ADD is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 26 | 221 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.13 |
| HSL | 291.38º | 0.79% | 0.48% | - |
| HSV(B) | 291.38º | 0.88% | 0.87% | - |
| XYZ | 35.41 | 17.3 | 69.88 | - |
| YUV | 98.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 221 | 0.13 | 0.88 | 0 | 0.13 | 291.38 | 0.79 | 0.48 |
| Hex | C1 | 1A | DD | D | 58 | 0 | D | 123 | 4F | 30 |
| Octal | 301 | 32 | 335 | 15 | 130 | 0 | 15 | 443 | 117 | 60 |
| Binary | 11000001 | 11010 | 11011101 | 1101 | 1011000 | 0 | 1101 | 100100011 | 1001111 | 110000 |
Color Harmonies of #C11ADD
Complementary color
Monochromatic Colors of #C11ADD
Black with #C11ADD
Text Example
Text Example
White with #C11ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ADD; }
p { color: rgb(193,26,221); }
H1.HeaderClassName
{
color: #C11ADD;
}
.AnyTagClassName
{
color: #C11ADD;
}
</style>
background-color css
<style>
a { background-color: #C11ADD; }
a { background-color: rgb(193,26,221); }
div.DivClassName
{
background-color: #C11ADD;
}
.BgClassName
{
background-color: #C11ADD;
}
</style>
border-color css
<style>
span { border-color: #C11ADD; }
span { border-color: rgb(193,26,221); }
td.TdClassName
{
border-color: #C11ADD;
}
.TagClassName
{
border-color: #C11ADD;
}
</style>