Html Css Color HEX #C331F9 Electric Purple

📋 copy color: '#C331F9'

red 195 ◦ green 49 ◦ blue 249

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

Shades of Electric Purple #C331F9

Tints of Electric Purple #C331F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.94%

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

R = 39.55%
G = 9.94%
B = 50.51%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C331F9 (or 0xC331F9) is known color: Electric Purple. HEX triplet: C3, 31 and F9. RGB value is (195,49,249). Sum of RGB (Red+Green+Blue) = 195+49+249=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #C331F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331F9 is #3CCE06. Grayscale: #727272. Windows color (decimal): -3984903 or 16331203. OLE color: 16331203.

HSL color Cylindrical-coordinate representation of color #C331F9: hue angle of 283.8º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C331F9 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 49 249 -
CMYK 0.22 0.80 0 0.02
HSL 283.8º 0.94% 0.58% -
HSV(B) 283.8º 0.8% 0.98% -
XYZ 40.7 20.64 91.46 -
YUV 115.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 195 49 249 0.22 0.80 0 0.02 283.8 0.94 0.58
Hex C3 31 F9 16 50 0 2 11C 5E 3A
Octal 303 61 371 26 120 0 2 434 136 72
Binary 11000011 110001 11111001 10110 1010000 0 10 100011100 1011110 111010

Color Harmonies of #C331F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331F9

Black with #C331F9

Text Example


Text Example

White with #C331F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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