Html Css Color HEX #C41FFE Electric Purple

📋 copy color: '#C41FFE'

red 196 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #C41FFE

Tints of Electric Purple #C41FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.44%

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 40.75%
G = 6.44%
B = 52.81%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C41FFE (or 0xC41FFE) is known color: Electric Purple. HEX triplet: C4, 1F and FE. RGB value is (196,31,254). Sum of RGB (Red+Green+Blue) = 196+31+254=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFE is #3BE001. Grayscale: #696969. Windows color (decimal): -3923970 or 16654276. OLE color: 16654276.

HSL color Cylindrical-coordinate representation of color #C41FFE: hue angle of 284.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41FFE is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 31 254 -
CMYK 0.23 0.88 0 0.00
HSL 284.39º 0.99% 0.56% -
HSV(B) 284.39º 0.88% 1% -
XYZ 41.14 19.87 95.43 -
YUV 105.76 211.66 192.37 -
System Red Green Blue C M Y K H S L
Decimal 196 31 254 0.23 0.88 0 0.00 284.39 0.99 0.56
Hex C4 1F FE 17 58 0 0 11C 63 38
Octal 304 37 376 27 130 0 0 434 143 70
Binary 11000100 11111 11111110 10111 1011000 0 0 100011100 1100011 111000

Color Harmonies of #C41FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FFE

Black with #C41FFE

Text Example


Text Example

White with #C41FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FFE; }

 p { color: rgb(196,31,254); }

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

background-color css

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

 a { background-color: rgb(196,31,254); }

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

border-color css

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

 span { border-color: rgb(196,31,254); }

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