Shades of Deep Magenta #C11FCC
Tints of Deep Magenta #C11FCC
RGB
CMYK
RGB Variations
Color information
#C11FCC (or 0xC11FCC) is known color: Deep Magenta. HEX triplet: C1, 1F and CC. RGB value is (193,31,204). Sum of RGB (Red+Green+Blue) = 193+31+204=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FCC is #3EE033. Grayscale: #626262. Windows color (decimal): -4120628 or 13377473. OLE color: 13377473.
HSL color Cylindrical-coordinate representation of color #C11FCC: hue angle of 296.18º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11FCC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 31 | 204 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.2 |
| HSL | 296.19º | 0.74% | 0.46% | - |
| HSV(B) | 296.19º | 0.85% | 0.8% | - |
| XYZ | 33.38 | 16.68 | 58.59 | - |
| YUV | 99.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 204 | 0.05 | 0.85 | 0 | 0.2 | 296.19 | 0.74 | 0.46 |
| Hex | C1 | 1F | CC | 5 | 55 | 0 | 14 | 128 | 4A | 2E |
| Octal | 301 | 37 | 314 | 5 | 125 | 0 | 24 | 450 | 112 | 56 |
| Binary | 11000001 | 11111 | 11001100 | 101 | 1010101 | 0 | 10100 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C11FCC
Complementary color
Monochromatic Colors of #C11FCC
Black with #C11FCC
Text Example
Text Example
White with #C11FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FCC; }
p { color: rgb(193,31,204); }
H1.HeaderClassName
{
color: #C11FCC;
}
.AnyTagClassName
{
color: #C11FCC;
}
</style>
background-color css
<style>
a { background-color: #C11FCC; }
a { background-color: rgb(193,31,204); }
div.DivClassName
{
background-color: #C11FCC;
}
.BgClassName
{
background-color: #C11FCC;
}
</style>
border-color css
<style>
span { border-color: #C11FCC; }
span { border-color: rgb(193,31,204); }
td.TdClassName
{
border-color: #C11FCC;
}
.TagClassName
{
border-color: #C11FCC;
}
</style>