Html Css Color HEX #C20EE9 Electric Purple

📋 copy color: '#C20EE9'

red 194 ◦ green 14 ◦ blue 233

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

Shades of Electric Purple #C20EE9

Tints of Electric Purple #C20EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 43.99%
G = 3.17%
B = 52.83%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C20EE9 (or 0xC20EE9) is known color: Electric Purple. HEX triplet: C2, 0E and E9. RGB value is (194,14,233). Sum of RGB (Red+Green+Blue) = 194+14+233=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #C20EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EE9 is #3DF116. Grayscale: #5C5C5C. Windows color (decimal): -4059415 or 15273666. OLE color: 15273666.

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

Color convert

RGB 194 14 233 -
CMYK 0.17 0.94 0 0.09
HSL 289.32º 0.89% 0.48% -
HSV(B) 289.32º 0.94% 0.91% -
XYZ 37.11 17.67 78.54 -
YUV 92.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 194 14 233 0.17 0.94 0 0.09 289.32 0.89 0.48
Hex C2 E E9 11 5E 0 9 121 59 30
Octal 302 16 351 21 136 0 11 441 131 60
Binary 11000010 1110 11101001 10001 1011110 0 1001 100100001 1011001 110000

Color Harmonies of #C20EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EE9

Black with #C20EE9

Text Example


Text Example

White with #C20EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EE9; }

 p { color: rgb(194,14,233); }

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

background-color css

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

 a { background-color: rgb(194,14,233); }

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

border-color css

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

 span { border-color: rgb(194,14,233); }

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