Html Css Color HEX #C329F9 Electric Purple

📋 copy color: '#C329F9'

red 195 ◦ green 41 ◦ blue 249

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

Shades of Electric Purple #C329F9

Tints of Electric Purple #C329F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 40.21%
G = 8.45%
B = 51.34%

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

#C329F9 (or 0xC329F9) is known color: Electric Purple. HEX triplet: C3, 29 and F9. RGB value is (195,41,249). Sum of RGB (Red+Green+Blue) = 195+41+249=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #C329F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C329F9 is #3CD606. Grayscale: #6E6E6E. Windows color (decimal): -3986951 or 16329155. OLE color: 16329155.

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

Color convert

RGB 195 41 249 -
CMYK 0.22 0.84 0 0.02
HSL 284.42º 0.95% 0.57% -
HSV(B) 284.42º 0.84% 0.98% -
XYZ 40.4 20.03 91.36 -
YUV 110.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 195 41 249 0.22 0.84 0 0.02 284.42 0.95 0.57
Hex C3 29 F9 16 54 0 2 11C 5F 39
Octal 303 51 371 26 124 0 2 434 137 71
Binary 11000011 101001 11111001 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C329F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C329F9

Black with #C329F9

Text Example


Text Example

White with #C329F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C329F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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