#c11ebb

Color #C11EBB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C11EBB

Tints of Deep Magenta #C11EBB

Color information

#C11EBB (or 0xC11EBB) is unknown color: approx Deep Magenta. HEX triplet: C1, 1E and BB. RGB value is (193,30,187). Sum of RGB (Red+Green+Blue) = 193+30+187=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11EBB is #3EE144. Grayscale: #606060. Windows color (decimal): -4120901 or 12263105. OLE color: 12263105.

HSL color Cylindrical-coordinate representation of color #C11EBB: hue angle of 302.21º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11EBB is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19330187-
CMYK00.840.030.24
HSL302.21º73.09%43.73%-
HSV(B)302.21º84.46%75.69%-
XYZ31.4315.8548.42-
YUV96.64179196.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 30 (12.11% from 255) = 7.32%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=47.07%
G=7.32%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933018700.840.030.24302.2173.0943.73
HexC11EBB05431812e492c
Octal30136273012433045611154
Binary1100000111110101110110101010011110001001011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11ebb; }

 p { color: rgb(193,30,187); }

 H1.HeaderClassName
 {
   color: #c11ebb;
 }
 .AnyTagClassName
 {
   color: #c11ebb;
 }
</style>
background-color css

<style>
 a { background-color: #c11ebb; }

 a { background-color: rgb(193,30,187); }

 div.DivClassName
 {
   background-color: #c11ebb;
 }
 .BgClassName
 {
   background-color: #c11ebb;
 }
</style>
border-color css

<style>
 span { border-color: #c11ebb; }

 span { border-color: rgb(193,30,187); }

 td.TdClassName
 {
   border-color: #c11ebb;
 }
 .TagClassName
 {
   border-color: #c11ebb;
 }
</style>