Html Css Color HEX #AE00C2 Deep Magenta

📋 copy color: '#AE00C2'

red 174 ◦ green 0 ◦ blue 194

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

Shades of Deep Magenta #AE00C2

Tints of Deep Magenta #AE00C2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.28%
G = 0%
B = 52.72%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE00C2 (or 0xAE00C2) is known color: Deep Magenta. HEX triplet: AE, 00 and C2. RGB value is (174,0,194). Sum of RGB (Red+Green+Blue) = 174+0+194=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE00C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00C2 is #51FF3D. Grayscale: #494949. Windows color (decimal): -5373758 or 12714158. OLE color: 12714158.

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

Color convert

RGB 174 0 194 -
CMYK 0.10 1 0 0.24
HSL 293.81º 1% 0.38% -
HSV(B) 293.81º 1% 0.76% -
XYZ 27.19 12.89 52.09 -
YUV 74.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 174 0 194 0.10 1 0 0.24 293.81 1 0.38
Hex AE 0 C2 A 64 0 18 126 64 26
Octal 256 0 302 12 144 0 30 446 144 46
Binary 10101110 0 11000010 1010 1100100 0 11000 100100110 1100100 100110

Color Harmonies of #AE00C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00C2

Black with #AE00C2

Text Example


Text Example

White with #AE00C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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