Html Css Color HEX #C32FF2 Electric Purple

📋 copy color: '#C32FF2'

red 195 ◦ green 47 ◦ blue 242

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

Shades of Electric Purple #C32FF2

Tints of Electric Purple #C32FF2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.71%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 40.29%
G = 9.71%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C32FF2 (or 0xC32FF2) is known color: Electric Purple. HEX triplet: C3, 2F and F2. RGB value is (195,47,242). Sum of RGB (Red+Green+Blue) = 195+47+242=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #C32FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FF2 is #3CD00D. Grayscale: #707070. Windows color (decimal): -3985422 or 15871939. OLE color: 15871939.

HSL color Cylindrical-coordinate representation of color #C32FF2: hue angle of 285.54º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32FF2 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 47 242 -
CMYK 0.19 0.81 0 0.05
HSL 285.54º 0.88% 0.57% -
HSV(B) 285.54º 0.81% 0.95% -
XYZ 39.55 20.05 85.79 -
YUV 113.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 195 47 242 0.19 0.81 0 0.05 285.54 0.88 0.57
Hex C3 2F F2 13 51 0 5 11E 58 39
Octal 303 57 362 23 121 0 5 436 130 71
Binary 11000011 101111 11110010 10011 1010001 0 101 100011110 1011000 111001

Color Harmonies of #C32FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FF2

Black with #C32FF2

Text Example


Text Example

White with #C32FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FF2; }

 p { color: rgb(195,47,242); }

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

background-color css

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

 a { background-color: rgb(195,47,242); }

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

border-color css

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

 span { border-color: rgb(195,47,242); }

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