Html Css Color HEX #C41AF8 Electric Purple

📋 copy color: '#C41AF8'

red 196 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #C41AF8

Tints of Electric Purple #C41AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.77%

R = 41.7%
G = 5.53%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C41AF8 (or 0xC41AF8) is known color: Electric Purple. HEX triplet: C4, 1A and F8. RGB value is (196,26,248). Sum of RGB (Red+Green+Blue) = 196+26+248=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #C41AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AF8 is #3BE507. Grayscale: #656565. Windows color (decimal): -3925256 or 16259780. OLE color: 16259780.

HSL color Cylindrical-coordinate representation of color #C41AF8: hue angle of 285.95º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41AF8 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 196 26 248 -
CMYK 0.21 0.90 0 0.03
HSL 285.95º 0.94% 0.54% -
HSV(B) 285.95º 0.9% 0.97% -
XYZ 40.08 19.25 90.41 -
YUV 102.14 210.32 194.95 -
System Red Green Blue C M Y K H S L
Decimal 196 26 248 0.21 0.90 0 0.03 285.95 0.94 0.54
Hex C4 1A F8 15 5A 0 3 11E 5E 36
Octal 304 32 370 25 132 0 3 436 136 66
Binary 11000100 11010 11111000 10101 1011010 0 11 100011110 1011110 110110

Color Harmonies of #C41AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AF8

Black with #C41AF8

Text Example


Text Example

White with #C41AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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