Html Css Color HEX #C41FFA Electric Purple

📋 copy color: '#C41FFA'

red 196 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #C41FFA

Tints of Electric Purple #C41FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 41.09%
G = 6.5%
B = 52.41%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C41FFA (or 0xC41FFA) is known color: Electric Purple. HEX triplet: C4, 1F and FA. RGB value is (196,31,250). Sum of RGB (Red+Green+Blue) = 196+31+250=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C41FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFA is #3BE005. Grayscale: #686868. Windows color (decimal): -3923974 or 16392132. OLE color: 16392132.

HSL color Cylindrical-coordinate representation of color #C41FFA: hue angle of 285.21º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41FFA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 31 250 -
CMYK 0.22 0.88 0 0.02
HSL 285.21º 0.96% 0.55% -
HSV(B) 285.21º 0.88% 0.98% -
XYZ 40.51 19.62 92.09 -
YUV 105.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 196 31 250 0.22 0.88 0 0.02 285.21 0.96 0.55
Hex C4 1F FA 16 58 0 2 11D 60 37
Octal 304 37 372 26 130 0 2 435 140 67
Binary 11000100 11111 11111010 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C41FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FFA

Black with #C41FFA

Text Example


Text Example

White with #C41FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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