Html Css Color HEX #C41AEC Electric Purple

📋 copy color: '#C41AEC'

red 196 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C41AEC

Tints of Electric Purple #C41AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 42.79%
G = 5.68%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C41AEC (or 0xC41AEC) is known color: Electric Purple. HEX triplet: C4, 1A and EC. RGB value is (196,26,236). Sum of RGB (Red+Green+Blue) = 196+26+236=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #C41AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AEC is #3BE513. Grayscale: #646464. Windows color (decimal): -3925268 or 15473348. OLE color: 15473348.

HSL color Cylindrical-coordinate representation of color #C41AEC: hue angle of 288.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41AEC is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 26 236 -
CMYK 0.17 0.89 0 0.07
HSL 288.57º 0.85% 0.51% -
HSV(B) 288.57º 0.89% 0.93% -
XYZ 38.27 18.53 80.92 -
YUV 100.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 196 26 236 0.17 0.89 0 0.07 288.57 0.85 0.51
Hex C4 1A EC 11 59 0 7 121 55 33
Octal 304 32 354 21 131 0 7 441 125 63
Binary 11000100 11010 11101100 10001 1011001 0 111 100100001 1010101 110011

Color Harmonies of #C41AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AEC

Black with #C41AEC

Text Example


Text Example

White with #C41AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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