Html Css Color HEX #C429EA Electric Purple

📋 copy color: '#C429EA'

red 196 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #C429EA

Tints of Electric Purple #C429EA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.7%

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

R = 41.61%
G = 8.7%
B = 49.68%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C429EA (or 0xC429EA) is known color: Electric Purple. HEX triplet: C4, 29 and EA. RGB value is (196,41,234). Sum of RGB (Red+Green+Blue) = 196+41+234=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C429EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429EA is #3BD615. Grayscale: #6C6C6C. Windows color (decimal): -3921430 or 15346116. OLE color: 15346116.

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

Color convert

RGB 196 41 234 -
CMYK 0.16 0.82 0 0.08
HSL 288.19º 0.82% 0.54% -
HSV(B) 288.19º 0.82% 0.92% -
XYZ 38.41 19.26 79.54 -
YUV 109.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 196 41 234 0.16 0.82 0 0.08 288.19 0.82 0.54
Hex C4 29 EA 10 52 0 8 120 52 36
Octal 304 51 352 20 122 0 10 440 122 66
Binary 11000100 101001 11101010 10000 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C429EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429EA

Black with #C429EA

Text Example


Text Example

White with #C429EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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