Html Css Color HEX #C920EA Electric Purple

📋 copy color: '#C920EA'

red 201 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #C920EA

Tints of Electric Purple #C920EA

RGB

 RED value IS 201 (78.91% from 255) = 43.04%

 GREEN value IS 32 (12.89% from 255) = 6.85%

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

R = 43.04%
G = 6.85%
B = 50.11%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C920EA (or 0xC920EA) is known color: Electric Purple. HEX triplet: C9, 20 and EA. RGB value is (201,32,234). Sum of RGB (Red+Green+Blue) = 201+32+234=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #C920EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920EA is #36DF15. Grayscale: #686868. Windows color (decimal): -3596054 or 15343817. OLE color: 15343817.

HSL color Cylindrical-coordinate representation of color #C920EA: hue angle of 290.2º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C920EA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 32 234 -
CMYK 0.14 0.86 0 0.08
HSL 290.2º 0.83% 0.52% -
HSV(B) 290.2º 0.86% 0.92% -
XYZ 39.46 19.39 79.51 -
YUV 105.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 201 32 234 0.14 0.86 0 0.08 290.2 0.83 0.52
Hex C9 20 EA E 56 0 8 122 53 34
Octal 311 40 352 16 126 0 10 442 123 64
Binary 11001001 100000 11101010 1110 1010110 0 1000 100100010 1010011 110100

Color Harmonies of #C920EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920EA

Black with #C920EA

Text Example


Text Example

White with #C920EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920EA; }

 p { color: rgb(201,32,234); }

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

background-color css

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

 a { background-color: rgb(201,32,234); }

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

border-color css

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

 span { border-color: rgb(201,32,234); }

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