Html Css Color HEX #C332FF Electric Purple

📋 copy color: '#C332FF'

red 195 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C332FF

Tints of Electric Purple #C332FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

 BLUE value IS 255 (100% from 255) = 51%

R = 39%
G = 10%
B = 51%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C332FF (or 0xC332FF) is known color: Electric Purple. HEX triplet: C3, 32 and FF. RGB value is (195,50,255). Sum of RGB (Red+Green+Blue) = 195+50+255=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C332FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C332FF is #3CCD00. Grayscale: #747474. Windows color (decimal): -3984641 or 16724675. OLE color: 16724675.

HSL color Cylindrical-coordinate representation of color #C332FF: hue angle of 282.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C332FF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 50 255 -
CMYK 0.24 0.80 0 0
HSL 282.44º 1% 0.6% -
HSV(B) 282.44º 0.8% 1% -
XYZ 41.7 21.1 96.48 -
YUV 116.73 206.04 183.83 -
System Red Green Blue C M Y K H S L
Decimal 195 50 255 0.24 0.80 0 0 282.44 1 0.6
Hex C3 32 FF 18 50 0 0 11A 64 3C
Octal 303 62 377 30 120 0 0 432 144 74
Binary 11000011 110010 11111111 11000 1010000 0 0 100011010 1100100 111100

Color Harmonies of #C332FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332FF

Black with #C332FF

Text Example


Text Example

White with #C332FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332FF; }

 p { color: rgb(195,50,255); }

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

background-color css

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

 a { background-color: rgb(195,50,255); }

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

border-color css

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

 span { border-color: rgb(195,50,255); }

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