Html Css Color HEX #C20AE4 Electric Purple

📋 copy color: '#C20AE4'

red 194 ◦ green 10 ◦ blue 228

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

Shades of Electric Purple #C20AE4

Tints of Electric Purple #C20AE4

RGB

 RED value IS 194 (76.17% from 255) = 44.91%

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 228 (89.45% from 255) = 52.78%

R = 44.91%
G = 2.31%
B = 52.78%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C20AE4 (or 0xC20AE4) is known color: Electric Purple. HEX triplet: C2, 0A and E4. RGB value is (194,10,228). Sum of RGB (Red+Green+Blue) = 194+10+228=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #C20AE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AE4 is #3DF51B. Grayscale: #595959. Windows color (decimal): -4060444 or 14944962. OLE color: 14944962.

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

Color convert

RGB 194 10 228 -
CMYK 0.15 0.96 0 0.11
HSL 290.64º 0.92% 0.47% -
HSV(B) 290.64º 0.96% 0.89% -
XYZ 36.36 17.29 74.82 -
YUV 89.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 194 10 228 0.15 0.96 0 0.11 290.64 0.92 0.47
Hex C2 A E4 F 60 0 B 123 5C 2F
Octal 302 12 344 17 140 0 13 443 134 57
Binary 11000010 1010 11100100 1111 1100000 0 1011 100100011 1011100 101111

Color Harmonies of #C20AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AE4

Black with #C20AE4

Text Example


Text Example

White with #C20AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AE4; }

 p { color: rgb(194,10,228); }

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

background-color css

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

 a { background-color: rgb(194,10,228); }

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

border-color css

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

 span { border-color: rgb(194,10,228); }

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