Shades of Deep Magenta #C11CCE
Tints of Deep Magenta #C11CCE
RGB
CMYK
RGB Variations
Color information
#C11CCE (or 0xC11CCE) is known color: Deep Magenta. HEX triplet: C1, 1C and CE. RGB value is (193,28,206). Sum of RGB (Red+Green+Blue) = 193+28+206=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C11CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCE is #3EE331. Grayscale: #616161. Windows color (decimal): -4121394 or 13507777. OLE color: 13507777.
HSL color Cylindrical-coordinate representation of color #C11CCE: hue angle of 295.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11CCE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 28 | 206 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.19 |
| HSL | 295.62º | 0.76% | 0.46% | - |
| HSV(B) | 295.62º | 0.86% | 0.81% | - |
| XYZ | 33.55 | 16.62 | 59.83 | - |
| YUV | 97.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 206 | 0.06 | 0.86 | 0 | 0.19 | 295.62 | 0.76 | 0.46 |
| Hex | C1 | 1C | CE | 6 | 56 | 0 | 13 | 128 | 4C | 2E |
| Octal | 301 | 34 | 316 | 6 | 126 | 0 | 23 | 450 | 114 | 56 |
| Binary | 11000001 | 11100 | 11001110 | 110 | 1010110 | 0 | 10011 | 100101000 | 1001100 | 101110 |
Color Harmonies of #C11CCE
Complementary color
Monochromatic Colors of #C11CCE
Black with #C11CCE
Text Example
Text Example
White with #C11CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CCE; }
p { color: rgb(193,28,206); }
H1.HeaderClassName
{
color: #C11CCE;
}
.AnyTagClassName
{
color: #C11CCE;
}
</style>
background-color css
<style>
a { background-color: #C11CCE; }
a { background-color: rgb(193,28,206); }
div.DivClassName
{
background-color: #C11CCE;
}
.BgClassName
{
background-color: #C11CCE;
}
</style>
border-color css
<style>
span { border-color: #C11CCE; }
span { border-color: rgb(193,28,206); }
td.TdClassName
{
border-color: #C11CCE;
}
.TagClassName
{
border-color: #C11CCE;
}
</style>