Html Css Color HEX #C01AE3 Electric Purple

📋 copy color: '#C01AE3'

red 192 ◦ green 26 ◦ blue 227

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

Shades of Electric Purple #C01AE3

Tints of Electric Purple #C01AE3

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 26 (10.55% from 255) = 5.84%

 BLUE value IS 227 (89.06% from 255) = 51.01%

R = 43.15%
G = 5.84%
B = 51.01%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C01AE3 (or 0xC01AE3) is known color: Electric Purple. HEX triplet: C0, 1A and E3. RGB value is (192,26,227). Sum of RGB (Red+Green+Blue) = 192+26+227=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 227 (89.06% from 255 or 51.01% from 445); Max value from RGB is 227 - color contains mainly: blue. Hex color #C01AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01AE3 is #3FE51C. Grayscale: #616161. Windows color (decimal): -4187421 or 14883520. OLE color: 14883520.

HSL color Cylindrical-coordinate representation of color #C01AE3: hue angle of 289.55º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AE3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 26 227 -
CMYK 0.15 0.89 0 0.11
HSL 289.55º 0.79% 0.5% -
HSV(B) 289.55º 0.89% 0.89% -
XYZ 35.97 17.49 74.15 -
YUV 98.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 192 26 227 0.15 0.89 0 0.11 289.55 0.79 0.5
Hex C0 1A E3 F 59 0 B 122 4F 32
Octal 300 32 343 17 131 0 13 442 117 62
Binary 11000000 11010 11100011 1111 1011001 0 1011 100100010 1001111 110010

Color Harmonies of #C01AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AE3

Black with #C01AE3

Text Example


Text Example

White with #C01AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AE3; }

 p { color: rgb(192,26,227); }

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

background-color css

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

 a { background-color: rgb(192,26,227); }

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

border-color css

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

 span { border-color: rgb(192,26,227); }

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