Html Css Color HEX #AE02C1 Deep Magenta

📋 copy color: '#AE02C1'

red 174 ◦ green 2 ◦ blue 193

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

Shades of Deep Magenta #AE02C1

Tints of Deep Magenta #AE02C1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 193 (75.78% from 255) = 52.3%

R = 47.15%
G = 0.54%
B = 52.3%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE02C1 (or 0xAE02C1) is known color: Deep Magenta. HEX triplet: AE, 02 and C1. RGB value is (174,2,193). Sum of RGB (Red+Green+Blue) = 174+2+193=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE02C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02C1 is #51FD3E. Grayscale: #4A4A4A. Windows color (decimal): -5373247 or 12649134. OLE color: 12649134.

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

Color convert

RGB 174 2 193 -
CMYK 0.10 0.99 0 0.24
HSL 294.03º 0.98% 0.38% -
HSV(B) 294.03º 0.99% 0.76% -
XYZ 27.1 12.89 51.51 -
YUV 75.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 174 2 193 0.10 0.99 0 0.24 294.03 0.98 0.38
Hex AE 2 C1 A 63 0 18 126 62 26
Octal 256 2 301 12 143 0 30 446 142 46
Binary 10101110 10 11000001 1010 1100011 0 11000 100100110 1100010 100110

Color Harmonies of #AE02C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02C1

Black with #AE02C1

Text Example


Text Example

White with #AE02C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02C1; }

 p { color: rgb(174,2,193); }

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

background-color css

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

 a { background-color: rgb(174,2,193); }

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

border-color css

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

 span { border-color: rgb(174,2,193); }

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