Html Css Color HEX #C41AFE Electric Purple

📋 copy color: '#C41AFE'

red 196 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #C41AFE

Tints of Electric Purple #C41AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.46%

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

R = 41.18%
G = 5.46%
B = 53.36%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C41AFE (or 0xC41AFE) is known color: Electric Purple. HEX triplet: C4, 1A and FE. RGB value is (196,26,254). Sum of RGB (Red+Green+Blue) = 196+26+254=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AFE is #3BE501. Grayscale: #666666. Windows color (decimal): -3925250 or 16652996. OLE color: 16652996.

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

Color convert

RGB 196 26 254 -
CMYK 0.23 0.90 0 0.00
HSL 284.74º 0.99% 0.55% -
HSV(B) 284.74º 0.9% 1% -
XYZ 41.02 19.63 95.39 -
YUV 102.82 213.32 194.46 -
System Red Green Blue C M Y K H S L
Decimal 196 26 254 0.23 0.90 0 0.00 284.74 0.99 0.55
Hex C4 1A FE 17 5A 0 0 11D 63 37
Octal 304 32 376 27 132 0 0 435 143 67
Binary 11000100 11010 11111110 10111 1011010 0 0 100011101 1100011 110111

Color Harmonies of #C41AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AFE

Black with #C41AFE

Text Example


Text Example

White with #C41AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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