Html Css Color HEX #C329FB Electric Purple

📋 copy color: '#C329FB'

red 195 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #C329FB

Tints of Electric Purple #C329FB

RGB

 RED value IS 195 (76.56% from 255) = 40.04%

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

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

R = 40.04%
G = 8.42%
B = 51.54%

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

#C329FB (or 0xC329FB) is known color: Electric Purple. HEX triplet: C3, 29 and FB. RGB value is (195,41,251). Sum of RGB (Red+Green+Blue) = 195+41+251=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C329FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329FB is #3CD604. Grayscale: #6E6E6E. Windows color (decimal): -3986949 or 16460227. OLE color: 16460227.

HSL color Cylindrical-coordinate representation of color #C329FB: hue angle of 284º 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 #C329FB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 41 251 -
CMYK 0.22 0.84 0 0.02
HSL 284º 0.96% 0.57% -
HSV(B) 284º 0.84% 0.98% -
XYZ 40.71 20.15 93.01 -
YUV 110.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 195 41 251 0.22 0.84 0 0.02 284 0.96 0.57
Hex C3 29 FB 16 54 0 2 11C 60 39
Octal 303 51 373 26 124 0 2 434 140 71
Binary 11000011 101001 11111011 10110 1010100 0 10 100011100 1100000 111001

Color Harmonies of #C329FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329FB

Black with #C329FB

Text Example


Text Example

White with #C329FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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