Html Css Color HEX #C41AFC Electric Purple

📋 copy color: '#C41AFC'

red 196 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #C41AFC

Tints of Electric Purple #C41AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 41.35%
G = 5.49%
B = 53.16%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C41AFC (or 0xC41AFC) is known color: Electric Purple. HEX triplet: C4, 1A and FC. RGB value is (196,26,252). Sum of RGB (Red+Green+Blue) = 196+26+252=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C41AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AFC is #3BE503. Grayscale: #656565. Windows color (decimal): -3925252 or 16521924. OLE color: 16521924.

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

Color convert

RGB 196 26 252 -
CMYK 0.22 0.90 0 0.01
HSL 285.13º 0.97% 0.55% -
HSV(B) 285.13º 0.9% 0.99% -
XYZ 40.71 19.5 93.71 -
YUV 102.59 212.32 194.62 -
System Red Green Blue C M Y K H S L
Decimal 196 26 252 0.22 0.90 0 0.01 285.13 0.97 0.55
Hex C4 1A FC 16 5A 0 1 11D 61 37
Octal 304 32 374 26 132 0 1 435 141 67
Binary 11000100 11010 11111100 10110 1011010 0 1 100011101 1100001 110111

Color Harmonies of #C41AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AFC

Black with #C41AFC

Text Example


Text Example

White with #C41AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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