Html Css Color HEX #C41EF3 Electric Purple

📋 copy color: '#C41EF3'

red 196 ◦ green 30 ◦ blue 243

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

Shades of Electric Purple #C41EF3

Tints of Electric Purple #C41EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.81%

R = 41.79%
G = 6.4%
B = 51.81%

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

#C41EF3 (or 0xC41EF3) is known color: Electric Purple. HEX triplet: C4, 1E and F3. RGB value is (196,30,243). Sum of RGB (Red+Green+Blue) = 196+30+243=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #C41EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EF3 is #3BE10C. Grayscale: #676767. Windows color (decimal): -3924237 or 15933124. OLE color: 15933124.

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

Color convert

RGB 196 30 243 -
CMYK 0.19 0.88 0 0.05
HSL 286.76º 0.9% 0.54% -
HSV(B) 286.76º 0.88% 0.95% -
XYZ 39.41 19.14 86.41 -
YUV 103.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 196 30 243 0.19 0.88 0 0.05 286.76 0.9 0.54
Hex C4 1E F3 13 58 0 5 11F 5A 36
Octal 304 36 363 23 130 0 5 437 132 66
Binary 11000100 11110 11110011 10011 1011000 0 101 100011111 1011010 110110

Color Harmonies of #C41EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EF3

Black with #C41EF3

Text Example


Text Example

White with #C41EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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