Html Css Color HEX #AE11C2 Deep Magenta

📋 copy color: '#AE11C2'

red 174 ◦ green 17 ◦ blue 194

#AE11C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AE11C2

Tints of Deep Magenta #AE11C2

RGB

 RED value IS 174 (68.36% from 255) = 45.19%

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 45.19%
G = 4.42%
B = 50.39%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE11C2 (or 0xAE11C2) is known color: Deep Magenta. HEX triplet: AE, 11 and C2. RGB value is (174,17,194). Sum of RGB (Red+Green+Blue) = 174+17+194=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE11C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11C2 is #51EE3D. Grayscale: #535353. Windows color (decimal): -5369406 or 12718510. OLE color: 12718510.

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

Color convert

RGB 174 17 194 -
CMYK 0.10 0.91 0 0.24
HSL 293.22º 0.84% 0.41% -
HSV(B) 293.22º 0.91% 0.76% -
XYZ 27.39 13.29 52.16 -
YUV 84.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 174 17 194 0.10 0.91 0 0.24 293.22 0.84 0.41
Hex AE 11 C2 A 5B 0 18 125 54 29
Octal 256 21 302 12 133 0 30 445 124 51
Binary 10101110 10001 11000010 1010 1011011 0 11000 100100101 1010100 101001

Color Harmonies of #AE11C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11C2

Black with #AE11C2

Text Example


Text Example

White with #AE11C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11C2; }

 p { color: rgb(174,17,194); }

 H1.HeaderClassName
 {
   color: #AE11C2;
 }
 .AnyTagClassName
 {
   color: #AE11C2;
 }
</style>

background-color css

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

 a { background-color: rgb(174,17,194); }

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

border-color css

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

 span { border-color: rgb(174,17,194); }

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