Html Css Color HEX #AE11C0 Deep Magenta

📋 copy color: '#AE11C0'

red 174 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #AE11C0

Tints of Deep Magenta #AE11C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 45.43%
G = 4.44%
B = 50.13%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE11C0 (or 0xAE11C0) is known color: Deep Magenta. HEX triplet: AE, 11 and C0. RGB value is (174,17,192). Sum of RGB (Red+Green+Blue) = 174+17+192=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE11C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11C0 is #51EE3F. Grayscale: #535353. Windows color (decimal): -5369408 or 12587438. OLE color: 12587438.

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

Color convert

RGB 174 17 192 -
CMYK 0.09 0.91 0 0.25
HSL 293.83º 0.84% 0.41% -
HSV(B) 293.83º 0.91% 0.75% -
XYZ 27.17 13.21 50.99 -
YUV 83.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 174 17 192 0.09 0.91 0 0.25 293.83 0.84 0.41
Hex AE 11 C0 9 5B 0 19 126 54 29
Octal 256 21 300 11 133 0 31 446 124 51
Binary 10101110 10001 11000000 1001 1011011 0 11001 100100110 1010100 101001

Color Harmonies of #AE11C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11C0

Black with #AE11C0

Text Example


Text Example

White with #AE11C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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