Html Css Color HEX #C41EEC Electric Purple

📋 copy color: '#C41EEC'

red 196 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #C41EEC

Tints of Electric Purple #C41EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.49%

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

R = 42.42%
G = 6.49%
B = 51.08%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C41EEC (or 0xC41EEC) is known color: Electric Purple. HEX triplet: C4, 1E and EC. RGB value is (196,30,236). Sum of RGB (Red+Green+Blue) = 196+30+236=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C41EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EEC is #3BE113. Grayscale: #666666. Windows color (decimal): -3924244 or 15474372. OLE color: 15474372.

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

Color convert

RGB 196 30 236 -
CMYK 0.17 0.87 0 0.07
HSL 288.35º 0.84% 0.52% -
HSV(B) 288.35º 0.87% 0.93% -
XYZ 38.37 18.72 80.95 -
YUV 103.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 196 30 236 0.17 0.87 0 0.07 288.35 0.84 0.52
Hex C4 1E EC 11 57 0 7 120 54 34
Octal 304 36 354 21 127 0 7 440 124 64
Binary 11000100 11110 11101100 10001 1010111 0 111 100100000 1010100 110100

Color Harmonies of #C41EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EEC

Black with #C41EEC

Text Example


Text Example

White with #C41EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EEC; }

 p { color: rgb(196,30,236); }

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

background-color css

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

 a { background-color: rgb(196,30,236); }

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

border-color css

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

 span { border-color: rgb(196,30,236); }

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