Html Css Color HEX #C41EEE Electric Purple

📋 copy color: '#C41EEE'

red 196 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #C41EEE

Tints of Electric Purple #C41EEE

RGB

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

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

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

R = 42.24%
G = 6.47%
B = 51.29%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C41EEE (or 0xC41EEE) is known color: Electric Purple. HEX triplet: C4, 1E and EE. RGB value is (196,30,238). Sum of RGB (Red+Green+Blue) = 196+30+238=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C41EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EEE is #3BE111. Grayscale: #666666. Windows color (decimal): -3924242 or 15605444. OLE color: 15605444.

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

Color convert

RGB 196 30 238 -
CMYK 0.18 0.87 0 0.07
HSL 287.88º 0.86% 0.53% -
HSV(B) 287.88º 0.87% 0.93% -
XYZ 38.66 18.84 82.49 -
YUV 103.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 196 30 238 0.18 0.87 0 0.07 287.88 0.86 0.53
Hex C4 1E EE 12 57 0 7 120 56 35
Octal 304 36 356 22 127 0 7 440 126 65
Binary 11000100 11110 11101110 10010 1010111 0 111 100100000 1010110 110101

Color Harmonies of #C41EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EEE

Black with #C41EEE

Text Example


Text Example

White with #C41EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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