Shades of Deep Magenta #C11AC2
Tints of Deep Magenta #C11AC2
RGB
CMYK
RGB Variations
Color information
#C11AC2 (or 0xC11AC2) is known color: Deep Magenta. HEX triplet: C1, 1A and C2. RGB value is (193,26,194). Sum of RGB (Red+Green+Blue) = 193+26+194=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #C11AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11AC2 is #3EE53D. Grayscale: #5E5E5E. Windows color (decimal): -4121918 or 12720833. OLE color: 12720833.
HSL color Cylindrical-coordinate representation of color #C11AC2: hue angle of 299.64º 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 #C11AC2 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 194 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.24 |
| HSL | 299.64º | 0.76% | 0.43% | - |
| HSV(B) | 299.64º | 0.87% | 0.76% | - |
| XYZ | 32.1 | 15.97 | 52.43 | - |
| YUV | 95.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 194 | 0.01 | 0.87 | 0 | 0.24 | 299.64 | 0.76 | 0.43 |
| Hex | C1 | 1A | C2 | 1 | 57 | 0 | 18 | 12C | 4C | 2B |
| Octal | 301 | 32 | 302 | 1 | 127 | 0 | 30 | 454 | 114 | 53 |
| Binary | 11000001 | 11010 | 11000010 | 1 | 1010111 | 0 | 11000 | 100101100 | 1001100 | 101011 |
Color Harmonies of #C11AC2
Complementary color
Monochromatic Colors of #C11AC2
Black with #C11AC2
Text Example
Text Example
White with #C11AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AC2; }
p { color: rgb(193,26,194); }
H1.HeaderClassName
{
color: #C11AC2;
}
.AnyTagClassName
{
color: #C11AC2;
}
</style>
background-color css
<style>
a { background-color: #C11AC2; }
a { background-color: rgb(193,26,194); }
div.DivClassName
{
background-color: #C11AC2;
}
.BgClassName
{
background-color: #C11AC2;
}
</style>
border-color css
<style>
span { border-color: #C11AC2; }
span { border-color: rgb(193,26,194); }
td.TdClassName
{
border-color: #C11AC2;
}
.TagClassName
{
border-color: #C11AC2;
}
</style>