Html Css Color HEX #C41CFF Electric Purple

📋 copy color: '#C41CFF'

red 196 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #C41CFF

Tints of Electric Purple #C41CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 40.92%
G = 5.85%
B = 53.24%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C41CFF (or 0xC41CFF) is known color: Electric Purple. HEX triplet: C4, 1C and FF. RGB value is (196,28,255). Sum of RGB (Red+Green+Blue) = 196+28+255=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CFF is #3BE300. Grayscale: #676767. Windows color (decimal): -3924737 or 16719044. OLE color: 16719044.

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

Color convert

RGB 196 28 255 -
CMYK 0.23 0.89 0 0
HSL 284.41º 1% 0.55% -
HSV(B) 284.41º 0.89% 1% -
XYZ 41.23 19.79 96.25 -
YUV 104.11 213.16 193.54 -
System Red Green Blue C M Y K H S L
Decimal 196 28 255 0.23 0.89 0 0 284.41 1 0.55
Hex C4 1C FF 17 59 0 0 11C 64 37
Octal 304 34 377 27 131 0 0 434 144 67
Binary 11000100 11100 11111111 10111 1011001 0 0 100011100 1100100 110111

Color Harmonies of #C41CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CFF

Black with #C41CFF

Text Example


Text Example

White with #C41CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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