Html Css Color HEX #C211EC Electric Purple

📋 copy color: '#C211EC'

red 194 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #C211EC

Tints of Electric Purple #C211EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 43.4%
G = 3.8%
B = 52.8%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C211EC (or 0xC211EC) is known color: Electric Purple. HEX triplet: C2, 11 and EC. RGB value is (194,17,236). Sum of RGB (Red+Green+Blue) = 194+17+236=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C211EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211EC is #3DEE13. Grayscale: #5E5E5E. Windows color (decimal): -4058644 or 15471042. OLE color: 15471042.

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

Color convert

RGB 194 17 236 -
CMYK 0.18 0.93 0 0.07
HSL 288.49º 0.87% 0.5% -
HSV(B) 288.49º 0.93% 0.93% -
XYZ 37.59 17.93 80.84 -
YUV 94.89 207.64 198.69 -
System Red Green Blue C M Y K H S L
Decimal 194 17 236 0.18 0.93 0 0.07 288.49 0.87 0.5
Hex C2 11 EC 12 5D 0 7 120 57 32
Octal 302 21 354 22 135 0 7 440 127 62
Binary 11000010 10001 11101100 10010 1011101 0 111 100100000 1010111 110010

Color Harmonies of #C211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211EC

Black with #C211EC

Text Example


Text Example

White with #C211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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