Html Css Color HEX #C41FF2 Electric Purple

📋 copy color: '#C41FF2'

red 196 ◦ green 31 ◦ blue 242

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

Shades of Electric Purple #C41FF2

Tints of Electric Purple #C41FF2

RGB

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

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

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

R = 41.79%
G = 6.61%
B = 51.6%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C41FF2 (or 0xC41FF2) is known color: Electric Purple. HEX triplet: C4, 1F and F2. RGB value is (196,31,242). Sum of RGB (Red+Green+Blue) = 196+31+242=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #C41FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FF2 is #3BE00D. Grayscale: #676767. Windows color (decimal): -3923982 or 15867844. OLE color: 15867844.

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

Color convert

RGB 196 31 242 -
CMYK 0.19 0.87 0 0.05
HSL 286.92º 0.89% 0.54% -
HSV(B) 286.92º 0.87% 0.95% -
XYZ 39.28 19.13 85.63 -
YUV 104.39 205.66 193.34 -
System Red Green Blue C M Y K H S L
Decimal 196 31 242 0.19 0.87 0 0.05 286.92 0.89 0.54
Hex C4 1F F2 13 57 0 5 11F 59 36
Octal 304 37 362 23 127 0 5 437 131 66
Binary 11000100 11111 11110010 10011 1010111 0 101 100011111 1011001 110110

Color Harmonies of #C41FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FF2

Black with #C41FF2

Text Example


Text Example

White with #C41FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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