Html Css Color HEX #C20AEC Electric Purple

📋 copy color: '#C20AEC'

red 194 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #C20AEC

Tints of Electric Purple #C20AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 44.09%
G = 2.27%
B = 53.64%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C20AEC (or 0xC20AEC) is known color: Electric Purple. HEX triplet: C2, 0A and EC. RGB value is (194,10,236). Sum of RGB (Red+Green+Blue) = 194+10+236=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AEC is #3DF513. Grayscale: #5A5A5A. Windows color (decimal): -4060436 or 15469250. OLE color: 15469250.

HSL color Cylindrical-coordinate representation of color #C20AEC: hue angle of 288.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AEC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 10 236 -
CMYK 0.18 0.96 0 0.07
HSL 288.85º 0.92% 0.48% -
HSV(B) 288.85º 0.96% 0.93% -
XYZ 37.5 17.74 80.81 -
YUV 90.78 209.96 201.62 -
System Red Green Blue C M Y K H S L
Decimal 194 10 236 0.18 0.96 0 0.07 288.85 0.92 0.48
Hex C2 A EC 12 60 0 7 121 5C 30
Octal 302 12 354 22 140 0 7 441 134 60
Binary 11000010 1010 11101100 10010 1100000 0 111 100100001 1011100 110000

Color Harmonies of #C20AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AEC

Black with #C20AEC

Text Example


Text Example

White with #C20AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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