Html Css Color HEX #C429FB Electric Purple

📋 copy color: '#C429FB'

red 196 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #C429FB

Tints of Electric Purple #C429FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 40.16%
G = 8.4%
B = 51.43%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C429FB (or 0xC429FB) is known color: Electric Purple. HEX triplet: C4, 29 and FB. RGB value is (196,41,251). Sum of RGB (Red+Green+Blue) = 196+41+251=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #C429FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C429FB is #3BD604. Grayscale: #6E6E6E. Windows color (decimal): -3921413 or 16460228. OLE color: 16460228.

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

Color convert

RGB 196 41 251 -
CMYK 0.22 0.84 0 0.02
HSL 284.29º 0.96% 0.57% -
HSV(B) 284.29º 0.84% 0.98% -
XYZ 40.97 20.29 93.02 -
YUV 111.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 196 41 251 0.22 0.84 0 0.02 284.29 0.96 0.57
Hex C4 29 FB 16 54 0 2 11C 60 39
Octal 304 51 373 26 124 0 2 434 140 71
Binary 11000100 101001 11111011 10110 1010100 0 10 100011100 1100000 111001

Color Harmonies of #C429FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429FB

Black with #C429FB

Text Example


Text Example

White with #C429FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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