Html Css Color HEX #C20EEF Electric Purple

📋 copy color: '#C20EEF'

red 194 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #C20EEF

Tints of Electric Purple #C20EEF

RGB

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

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

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

R = 43.4%
G = 3.13%
B = 53.47%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C20EEF (or 0xC20EEF) is known color: Electric Purple. HEX triplet: C2, 0E and EF. RGB value is (194,14,239). Sum of RGB (Red+Green+Blue) = 194+14+239=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C20EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EEF is #3DF110. Grayscale: #5C5C5C. Windows color (decimal): -4059409 or 15666882. OLE color: 15666882.

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

Color convert

RGB 194 14 239 -
CMYK 0.19 0.94 0 0.06
HSL 288º 0.89% 0.5% -
HSV(B) 288º 0.94% 0.94% -
XYZ 37.99 18.02 83.14 -
YUV 93.47 210.13 199.7 -
System Red Green Blue C M Y K H S L
Decimal 194 14 239 0.19 0.94 0 0.06 288 0.89 0.5
Hex C2 E EF 13 5E 0 6 120 59 32
Octal 302 16 357 23 136 0 6 440 131 62
Binary 11000010 1110 11101111 10011 1011110 0 110 100100000 1011001 110010

Color Harmonies of #C20EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EEF

Black with #C20EEF

Text Example


Text Example

White with #C20EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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