Html Css Color HEX #C429FC Electric Purple

📋 copy color: '#C429FC'

red 196 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C429FC

Tints of Electric Purple #C429FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 40.08%
G = 8.38%
B = 51.53%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C429FC (or 0xC429FC) is known color: Electric Purple. HEX triplet: C4, 29 and FC. RGB value is (196,41,252). Sum of RGB (Red+Green+Blue) = 196+41+252=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #C429FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FC is #3BD603. Grayscale: #6E6E6E. Windows color (decimal): -3921412 or 16525764. OLE color: 16525764.

HSL color Cylindrical-coordinate representation of color #C429FC: hue angle of 284.08º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C429FC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 41 252 -
CMYK 0.22 0.84 0 0.01
HSL 284.08º 0.97% 0.57% -
HSV(B) 284.08º 0.84% 0.99% -
XYZ 41.13 20.35 93.86 -
YUV 111.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 196 41 252 0.22 0.84 0 0.01 284.08 0.97 0.57
Hex C4 29 FC 16 54 0 1 11C 61 39
Octal 304 51 374 26 124 0 1 434 141 71
Binary 11000100 101001 11111100 10110 1010100 0 1 100011100 1100001 111001

Color Harmonies of #C429FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429FC

Black with #C429FC

Text Example


Text Example

White with #C429FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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