Html Css Color HEX #C429EF Electric Purple

📋 copy color: '#C429EF'

red 196 ◦ green 41 ◦ blue 239

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

Shades of Electric Purple #C429EF

Tints of Electric Purple #C429EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 41.18%
G = 8.61%
B = 50.21%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C429EF (or 0xC429EF) is known color: Electric Purple. HEX triplet: C4, 29 and EF. RGB value is (196,41,239). Sum of RGB (Red+Green+Blue) = 196+41+239=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C429EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429EF is #3BD610. Grayscale: #6D6D6D. Windows color (decimal): -3921425 or 15673796. OLE color: 15673796.

HSL color Cylindrical-coordinate representation of color #C429EF: hue angle of 286.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C429EF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 41 239 -
CMYK 0.18 0.83 0 0.06
HSL 286.97º 0.86% 0.55% -
HSV(B) 286.97º 0.83% 0.94% -
XYZ 39.14 19.55 83.37 -
YUV 109.92 200.85 189.4 -
System Red Green Blue C M Y K H S L
Decimal 196 41 239 0.18 0.83 0 0.06 286.97 0.86 0.55
Hex C4 29 EF 12 53 0 6 11F 56 37
Octal 304 51 357 22 123 0 6 437 126 67
Binary 11000100 101001 11101111 10010 1010011 0 110 100011111 1010110 110111

Color Harmonies of #C429EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429EF

Black with #C429EF

Text Example


Text Example

White with #C429EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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