Html Css Color HEX #C32EFA Electric Purple

📋 copy color: '#C32EFA'

red 195 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #C32EFA

Tints of Electric Purple #C32EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.37%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 39.71%
G = 9.37%
B = 50.92%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32EFA (or 0xC32EFA) is known color: Electric Purple. HEX triplet: C3, 2E and FA. RGB value is (195,46,250). Sum of RGB (Red+Green+Blue) = 195+46+250=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C32EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EFA is #3CD105. Grayscale: #717171. Windows color (decimal): -3985670 or 16395971. OLE color: 16395971.

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

Color convert

RGB 195 46 250 -
CMYK 0.22 0.82 0 0.02
HSL 283.82º 0.95% 0.58% -
HSV(B) 283.82º 0.82% 0.98% -
XYZ 40.74 20.46 92.24 -
YUV 113.81 204.86 185.91 -
System Red Green Blue C M Y K H S L
Decimal 195 46 250 0.22 0.82 0 0.02 283.82 0.95 0.58
Hex C3 2E FA 16 52 0 2 11C 5F 3A
Octal 303 56 372 26 122 0 2 434 137 72
Binary 11000011 101110 11111010 10110 1010010 0 10 100011100 1011111 111010

Color Harmonies of #C32EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EFA

Black with #C32EFA

Text Example


Text Example

White with #C32EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EFA; }

 p { color: rgb(195,46,250); }

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

background-color css

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

 a { background-color: rgb(195,46,250); }

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

border-color css

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

 span { border-color: rgb(195,46,250); }

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