Html Css Color HEX #C41EF2 Electric Purple

📋 copy color: '#C41EF2'

red 196 ◦ green 30 ◦ blue 242

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

Shades of Electric Purple #C41EF2

Tints of Electric Purple #C41EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 41.88%
G = 6.41%
B = 51.71%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C41EF2 (or 0xC41EF2) is known color: Electric Purple. HEX triplet: C4, 1E and F2. RGB value is (196,30,242). Sum of RGB (Red+Green+Blue) = 196+30+242=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #C41EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EF2 is #3BE10D. Grayscale: #676767. Windows color (decimal): -3924238 or 15867588. OLE color: 15867588.

HSL color Cylindrical-coordinate representation of color #C41EF2: hue angle of 286.98º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41EF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 30 242 -
CMYK 0.19 0.88 0 0.05
HSL 286.98º 0.89% 0.53% -
HSV(B) 286.98º 0.88% 0.95% -
XYZ 39.26 19.08 85.62 -
YUV 103.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 196 30 242 0.19 0.88 0 0.05 286.98 0.89 0.53
Hex C4 1E F2 13 58 0 5 11F 59 35
Octal 304 36 362 23 130 0 5 437 131 65
Binary 11000100 11110 11110010 10011 1011000 0 101 100011111 1011001 110101

Color Harmonies of #C41EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EF2

Black with #C41EF2

Text Example


Text Example

White with #C41EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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