#C11EBA

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

Shades of Deep Magenta #C11EBA

Tints of Deep Magenta #C11EBA

Color information

#C11EBA (or 0xC11EBA) is unknown color: approx Deep Magenta. HEX triplet: C1, 1E and BA. RGB value is (193,30,186). Sum of RGB (Red+Green+Blue) = 193+30+186=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C11EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11EBA is #3EE145. Grayscale: #606060. Windows color (decimal): -4120902 or 12197569. OLE color: 12197569.

HSL color Cylindrical-coordinate representation of color #C11EBA: hue angle of 302.58º 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 #C11EBA is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19330186-
CMYK00.840.040.24
HSL302.58º73.09%43.73%-
HSV(B)302.58º84.46%75.69%-
XYZ31.3215.8147.86-
YUV96.52178.5196.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 30 (12.11% from 255) = 7.33%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=47.19%
G=7.33%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933018600.840.040.24302.5873.0943.73
HexC11EBA05441812f492c
Octal30136272012443045711154
Binary11000001111101011101001010100100110001001011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11EBA; }

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

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

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

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

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

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

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

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