Html Css Color HEX #C20FEE Electric Purple

📋 copy color: '#C20FEE'

red 194 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #C20FEE

Tints of Electric Purple #C20FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 43.4%
G = 3.36%
B = 53.24%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C20FEE (or 0xC20FEE) is known color: Electric Purple. HEX triplet: C2, 0F and EE. RGB value is (194,15,238). Sum of RGB (Red+Green+Blue) = 194+15+238=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C20FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FEE is #3DF011. Grayscale: #5D5D5D. Windows color (decimal): -4059154 or 15601602. OLE color: 15601602.

HSL color Cylindrical-coordinate representation of color #C20FEE: hue angle of 288.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20FEE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 15 238 -
CMYK 0.18 0.94 0 0.07
HSL 288.16º 0.88% 0.5% -
HSV(B) 288.16º 0.94% 0.93% -
XYZ 37.85 17.98 82.37 -
YUV 93.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 194 15 238 0.18 0.94 0 0.07 288.16 0.88 0.5
Hex C2 F EE 12 5E 0 7 120 58 32
Octal 302 17 356 22 136 0 7 440 130 62
Binary 11000010 1111 11101110 10010 1011110 0 111 100100000 1011000 110010

Color Harmonies of #C20FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FEE

Black with #C20FEE

Text Example


Text Example

White with #C20FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FEE; }

 p { color: rgb(194,15,238); }

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

background-color css

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

 a { background-color: rgb(194,15,238); }

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

border-color css

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

 span { border-color: rgb(194,15,238); }

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