Html Css Color HEX #C41CFE Electric Purple

📋 copy color: '#C41CFE'

red 196 ◦ green 28 ◦ blue 254

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

Shades of Electric Purple #C41CFE

Tints of Electric Purple #C41CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.86%

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

R = 41%
G = 5.86%
B = 53.14%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C41CFE (or 0xC41CFE) is known color: Electric Purple. HEX triplet: C4, 1C and FE. RGB value is (196,28,254). Sum of RGB (Red+Green+Blue) = 196+28+254=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CFE is #3BE301. Grayscale: #676767. Windows color (decimal): -3924738 or 16653508. OLE color: 16653508.

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

Color convert

RGB 196 28 254 -
CMYK 0.23 0.89 0 0.00
HSL 284.6º 0.99% 0.55% -
HSV(B) 284.6º 0.89% 1% -
XYZ 41.07 19.72 95.41 -
YUV 104 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 196 28 254 0.23 0.89 0 0.00 284.6 0.99 0.55
Hex C4 1C FE 17 59 0 0 11D 63 37
Octal 304 34 376 27 131 0 0 435 143 67
Binary 11000100 11100 11111110 10111 1011001 0 0 100011101 1100011 110111

Color Harmonies of #C41CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CFE

Black with #C41CFE

Text Example


Text Example

White with #C41CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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