Shades of Deep Magenta #C11ACC
Tints of Deep Magenta #C11ACC
RGB
CMYK
RGB Variations
Color information
#C11ACC (or 0xC11ACC) is known color: Deep Magenta. HEX triplet: C1, 1A and CC. RGB value is (193,26,204). Sum of RGB (Red+Green+Blue) = 193+26+204=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11ACC is #3EE533. Grayscale: #5F5F5F. Windows color (decimal): -4121908 or 13376193. OLE color: 13376193.
HSL color Cylindrical-coordinate representation of color #C11ACC: hue angle of 296.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11ACC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 26 | 204 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.2 |
| HSL | 296.29º | 0.77% | 0.45% | - |
| HSV(B) | 296.29º | 0.87% | 0.8% | - |
| XYZ | 33.26 | 16.44 | 58.55 | - |
| YUV | 96.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 204 | 0.05 | 0.87 | 0 | 0.2 | 296.29 | 0.77 | 0.45 |
| Hex | C1 | 1A | CC | 5 | 57 | 0 | 14 | 128 | 4D | 2D |
| Octal | 301 | 32 | 314 | 5 | 127 | 0 | 24 | 450 | 115 | 55 |
| Binary | 11000001 | 11010 | 11001100 | 101 | 1010111 | 0 | 10100 | 100101000 | 1001101 | 101101 |
Color Harmonies of #C11ACC
Complementary color
Monochromatic Colors of #C11ACC
Black with #C11ACC
Text Example
Text Example
White with #C11ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11ACC; }
p { color: rgb(193,26,204); }
H1.HeaderClassName
{
color: #C11ACC;
}
.AnyTagClassName
{
color: #C11ACC;
}
</style>
background-color css
<style>
a { background-color: #C11ACC; }
a { background-color: rgb(193,26,204); }
div.DivClassName
{
background-color: #C11ACC;
}
.BgClassName
{
background-color: #C11ACC;
}
</style>
border-color css
<style>
span { border-color: #C11ACC; }
span { border-color: rgb(193,26,204); }
td.TdClassName
{
border-color: #C11ACC;
}
.TagClassName
{
border-color: #C11ACC;
}
</style>