Html Css Color HEX #C211EA Electric Purple

📋 copy color: '#C211EA'

red 194 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #C211EA

Tints of Electric Purple #C211EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.82%

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

R = 43.6%
G = 3.82%
B = 52.58%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C211EA (or 0xC211EA) is known color: Electric Purple. HEX triplet: C2, 11 and EA. RGB value is (194,17,234). Sum of RGB (Red+Green+Blue) = 194+17+234=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C211EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211EA is #3DEE15. Grayscale: #5D5D5D. Windows color (decimal): -4058646 or 15339970. OLE color: 15339970.

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

Color convert

RGB 194 17 234 -
CMYK 0.17 0.93 0 0.08
HSL 288.94º 0.86% 0.49% -
HSV(B) 288.94º 0.93% 0.92% -
XYZ 37.3 17.81 79.31 -
YUV 94.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 194 17 234 0.17 0.93 0 0.08 288.94 0.86 0.49
Hex C2 11 EA 11 5D 0 8 121 56 31
Octal 302 21 352 21 135 0 10 441 126 61
Binary 11000010 10001 11101010 10001 1011101 0 1000 100100001 1010110 110001

Color Harmonies of #C211EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211EA

Black with #C211EA

Text Example


Text Example

White with #C211EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211EA; }

 p { color: rgb(194,17,234); }

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

background-color css

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

 a { background-color: rgb(194,17,234); }

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

border-color css

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

 span { border-color: rgb(194,17,234); }

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