Html Css Color HEX #C420EF Electric Purple

📋 copy color: '#C420EF'

red 196 ◦ green 32 ◦ blue 239

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

Shades of Electric Purple #C420EF

Tints of Electric Purple #C420EF

RGB

 RED value IS 196 (76.95% from 255) = 41.97%

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 41.97%
G = 6.85%
B = 51.18%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C420EF (or 0xC420EF) is known color: Electric Purple. HEX triplet: C4, 20 and EF. RGB value is (196,32,239). Sum of RGB (Red+Green+Blue) = 196+32+239=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C420EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420EF is #3BDF10. Grayscale: #676767. Windows color (decimal): -3923729 or 15671492. OLE color: 15671492.

HSL color Cylindrical-coordinate representation of color #C420EF: hue angle of 287.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420EF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 32 239 -
CMYK 0.18 0.87 0 0.06
HSL 287.54º 0.87% 0.53% -
HSV(B) 287.54º 0.87% 0.94% -
XYZ 38.86 19 83.28 -
YUV 104.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 196 32 239 0.18 0.87 0 0.06 287.54 0.87 0.53
Hex C4 20 EF 12 57 0 6 120 57 35
Octal 304 40 357 22 127 0 6 440 127 65
Binary 11000100 100000 11101111 10010 1010111 0 110 100100000 1010111 110101

Color Harmonies of #C420EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420EF

Black with #C420EF

Text Example


Text Example

White with #C420EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420EF; }

 p { color: rgb(196,32,239); }

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

background-color css

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

 a { background-color: rgb(196,32,239); }

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

border-color css

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

 span { border-color: rgb(196,32,239); }

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