Shades of Deep Magenta #C011CC
Tints of Deep Magenta #C011CC
RGB
CMYK
RGB Variations
Color information
#C011CC (or 0xC011CC) is known color: Deep Magenta. HEX triplet: C0, 11 and CC. RGB value is (192,17,204). Sum of RGB (Red+Green+Blue) = 192+17+204=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C011CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011CC is #3FEE33. Grayscale: #5A5A5A. Windows color (decimal): -4189748 or 13373888. OLE color: 13373888.
HSL color Cylindrical-coordinate representation of color #C011CC: hue angle of 296.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C011CC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 17 | 204 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.2 |
| HSL | 296.15º | 0.85% | 0.43% | - |
| HSV(B) | 296.15º | 0.92% | 0.8% | - |
| XYZ | 32.84 | 15.97 | 58.48 | - |
| YUV | 90.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 204 | 0.06 | 0.92 | 0 | 0.2 | 296.15 | 0.85 | 0.43 |
| Hex | C0 | 11 | CC | 6 | 5C | 0 | 14 | 128 | 55 | 2B |
| Octal | 300 | 21 | 314 | 6 | 134 | 0 | 24 | 450 | 125 | 53 |
| Binary | 11000000 | 10001 | 11001100 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101011 |
Color Harmonies of #C011CC
Complementary color
Monochromatic Colors of #C011CC
Black with #C011CC
Text Example
Text Example
White with #C011CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011CC; }
p { color: rgb(192,17,204); }
H1.HeaderClassName
{
color: #C011CC;
}
.AnyTagClassName
{
color: #C011CC;
}
</style>
background-color css
<style>
a { background-color: #C011CC; }
a { background-color: rgb(192,17,204); }
div.DivClassName
{
background-color: #C011CC;
}
.BgClassName
{
background-color: #C011CC;
}
</style>
border-color css
<style>
span { border-color: #C011CC; }
span { border-color: rgb(192,17,204); }
td.TdClassName
{
border-color: #C011CC;
}
.TagClassName
{
border-color: #C011CC;
}
</style>