#C11AB4

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

Shades of Deep Magenta #C11AB4

Tints of Deep Magenta #C11AB4

Color information

#C11AB4 (or 0xC11AB4) is unknown color: approx Deep Magenta. HEX triplet: C1, 1A and B4. RGB value is (193,26,180). Sum of RGB (Red+Green+Blue) = 193+26+180=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C11AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11AB4 is #3EE54B. Grayscale: #5D5D5D. Windows color (decimal): -4121932 or 11803329. OLE color: 11803329.

HSL color Cylindrical-coordinate representation of color #C11AB4: hue angle of 304.67º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11AB4 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19326180-
CMYK00.870.070.24
HSL304.67º76.26%42.94%-
HSV(B)304.67º86.53%75.69%-
XYZ30.615.3744.53-
YUV93.49176.83198.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 26 (10.55% from 255) = 6.52%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=48.37%
G=6.52%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932618000.870.070.24304.6776.2642.94
HexC11AB40577181314c2b
Octal30132264012773046111453
Binary11000001110101011010001010111111110001001100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11AB4; }

 p { color: rgb(193,26,180); }

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

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

 a { background-color: rgb(193,26,180); }

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

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

 span { border-color: rgb(193,26,180); }

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