Html Css Color HEX #C41DEA Electric Purple

📋 copy color: '#C41DEA'

red 196 ◦ green 29 ◦ blue 234

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

Shades of Electric Purple #C41DEA

Tints of Electric Purple #C41DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 42.7%
G = 6.32%
B = 50.98%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C41DEA (or 0xC41DEA) is known color: Electric Purple. HEX triplet: C4, 1D and EA. RGB value is (196,29,234). Sum of RGB (Red+Green+Blue) = 196+29+234=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C41DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DEA is #3BE215. Grayscale: #656565. Windows color (decimal): -3924502 or 15343044. OLE color: 15343044.

HSL color Cylindrical-coordinate representation of color #C41DEA: hue angle of 288.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41DEA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 29 234 -
CMYK 0.16 0.88 0 0.08
HSL 288.88º 0.83% 0.52% -
HSV(B) 288.88º 0.88% 0.92% -
XYZ 38.06 18.56 79.42 -
YUV 102.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 196 29 234 0.16 0.88 0 0.08 288.88 0.83 0.52
Hex C4 1D EA 10 58 0 8 121 53 34
Octal 304 35 352 20 130 0 10 441 123 64
Binary 11000100 11101 11101010 10000 1011000 0 1000 100100001 1010011 110100

Color Harmonies of #C41DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DEA

Black with #C41DEA

Text Example


Text Example

White with #C41DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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