Html Css Color HEX #C20BEA Electric Purple

📋 copy color: '#C20BEA'

red 194 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #C20BEA

Tints of Electric Purple #C20BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 44.19%
G = 2.51%
B = 53.3%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C20BEA (or 0xC20BEA) is known color: Electric Purple. HEX triplet: C2, 0B and EA. RGB value is (194,11,234). Sum of RGB (Red+Green+Blue) = 194+11+234=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C20BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BEA is #3DF415. Grayscale: #5A5A5A. Windows color (decimal): -4060182 or 15338434. OLE color: 15338434.

HSL color Cylindrical-coordinate representation of color #C20BEA: hue angle of 289.24º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BEA is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 11 234 -
CMYK 0.17 0.95 0 0.08
HSL 289.24º 0.91% 0.48% -
HSV(B) 289.24º 0.95% 0.92% -
XYZ 37.22 17.65 79.29 -
YUV 91.14 208.63 201.37 -
System Red Green Blue C M Y K H S L
Decimal 194 11 234 0.17 0.95 0 0.08 289.24 0.91 0.48
Hex C2 B EA 11 5F 0 8 121 5B 30
Octal 302 13 352 21 137 0 10 441 133 60
Binary 11000010 1011 11101010 10001 1011111 0 1000 100100001 1011011 110000

Color Harmonies of #C20BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BEA

Black with #C20BEA

Text Example


Text Example

White with #C20BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BEA; }

 p { color: rgb(194,11,234); }

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

background-color css

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

 a { background-color: rgb(194,11,234); }

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

border-color css

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

 span { border-color: rgb(194,11,234); }

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