Html Css Color HEX #C429ED Electric Purple

📋 copy color: '#C429ED'

red 196 ◦ green 41 ◦ blue 237

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

Shades of Electric Purple #C429ED

Tints of Electric Purple #C429ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50%

R = 41.35%
G = 8.65%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C429ED (or 0xC429ED) is known color: Electric Purple. HEX triplet: C4, 29 and ED. RGB value is (196,41,237). Sum of RGB (Red+Green+Blue) = 196+41+237=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #C429ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429ED is #3BD612. Grayscale: #6D6D6D. Windows color (decimal): -3921427 or 15542724. OLE color: 15542724.

HSL color Cylindrical-coordinate representation of color #C429ED: hue angle of 287.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C429ED is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 41 237 -
CMYK 0.17 0.83 0 0.07
HSL 287.45º 0.84% 0.55% -
HSV(B) 287.45º 0.83% 0.93% -
XYZ 38.84 19.44 81.83 -
YUV 109.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 196 41 237 0.17 0.83 0 0.07 287.45 0.84 0.55
Hex C4 29 ED 11 53 0 7 11F 54 37
Octal 304 51 355 21 123 0 7 437 124 67
Binary 11000100 101001 11101101 10001 1010011 0 111 100011111 1010100 110111

Color Harmonies of #C429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429ED

Black with #C429ED

Text Example


Text Example

White with #C429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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