Html Css Color HEX #C41DFF Electric Purple

📋 copy color: '#C41DFF'

red 196 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C41DFF

Tints of Electric Purple #C41DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.04%

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

R = 40.83%
G = 6.04%
B = 53.13%

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

#C41DFF (or 0xC41DFF) is known color: Electric Purple. HEX triplet: C4, 1D and FF. RGB value is (196,29,255). Sum of RGB (Red+Green+Blue) = 196+29+255=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFF is #3BE200. Grayscale: #676767. Windows color (decimal): -3924481 or 16719300. OLE color: 16719300.

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

Color convert

RGB 196 29 255 -
CMYK 0.23 0.89 0 0
HSL 284.34º 1% 0.56% -
HSV(B) 284.34º 0.89% 1% -
XYZ 41.25 19.83 96.26 -
YUV 104.7 212.83 193.12 -
System Red Green Blue C M Y K H S L
Decimal 196 29 255 0.23 0.89 0 0 284.34 1 0.56
Hex C4 1D FF 17 59 0 0 11C 64 38
Octal 304 35 377 27 131 0 0 434 144 70
Binary 11000100 11101 11111111 10111 1011001 0 0 100011100 1100100 111000

Color Harmonies of #C41DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DFF

Black with #C41DFF

Text Example


Text Example

White with #C41DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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