Html Css Color HEX #C429FF Electric Purple

📋 copy color: '#C429FF'

red 196 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #C429FF

Tints of Electric Purple #C429FF

RGB

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

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

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

R = 39.84%
G = 8.33%
B = 51.83%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C429FF (or 0xC429FF) is known color: Electric Purple. HEX triplet: C4, 29 and FF. RGB value is (196,41,255). Sum of RGB (Red+Green+Blue) = 196+41+255=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #C429FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FF is #3BD600. Grayscale: #6F6F6F. Windows color (decimal): -3921409 or 16722372. OLE color: 16722372.

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

Color convert

RGB 196 41 255 -
CMYK 0.23 0.84 0 0
HSL 283.46º 1% 0.58% -
HSV(B) 283.46º 0.84% 1% -
XYZ 41.61 20.54 96.38 -
YUV 111.74 208.85 188.1 -
System Red Green Blue C M Y K H S L
Decimal 196 41 255 0.23 0.84 0 0 283.46 1 0.58
Hex C4 29 FF 17 54 0 0 11B 64 3A
Octal 304 51 377 27 124 0 0 433 144 72
Binary 11000100 101001 11111111 10111 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C429FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429FF

Black with #C429FF

Text Example


Text Example

White with #C429FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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