Html Css Color HEX #C41AF2 Electric Purple

📋 copy color: '#C41AF2'

red 196 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #C41AF2

Tints of Electric Purple #C41AF2

RGB

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

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

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

R = 42.24%
G = 5.6%
B = 52.16%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C41AF2 (or 0xC41AF2) is known color: Electric Purple. HEX triplet: C4, 1A and F2. RGB value is (196,26,242). Sum of RGB (Red+Green+Blue) = 196+26+242=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #C41AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AF2 is #3BE50D. Grayscale: #646464. Windows color (decimal): -3925262 or 15866564. OLE color: 15866564.

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

Color convert

RGB 196 26 242 -
CMYK 0.19 0.89 0 0.05
HSL 287.22º 0.89% 0.53% -
HSV(B) 287.22º 0.89% 0.95% -
XYZ 39.16 18.89 85.59 -
YUV 101.45 207.32 195.44 -
System Red Green Blue C M Y K H S L
Decimal 196 26 242 0.19 0.89 0 0.05 287.22 0.89 0.53
Hex C4 1A F2 13 59 0 5 11F 59 35
Octal 304 32 362 23 131 0 5 437 131 65
Binary 11000100 11010 11110010 10011 1011001 0 101 100011111 1011001 110101

Color Harmonies of #C41AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AF2

Black with #C41AF2

Text Example


Text Example

White with #C41AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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