Html Css Color HEX #C32FFA Electric Purple

📋 copy color: '#C32FFA'

red 195 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #C32FFA

Tints of Electric Purple #C32FFA

RGB

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

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

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

R = 39.63%
G = 9.55%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32FFA (or 0xC32FFA) is known color: Electric Purple. HEX triplet: C3, 2F and FA. RGB value is (195,47,250). Sum of RGB (Red+Green+Blue) = 195+47+250=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C32FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FFA is #3CD005. Grayscale: #717171. Windows color (decimal): -3985414 or 16396227. OLE color: 16396227.

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

Color convert

RGB 195 47 250 -
CMYK 0.22 0.81 0 0.02
HSL 283.74º 0.95% 0.58% -
HSV(B) 283.74º 0.81% 0.98% -
XYZ 40.78 20.54 92.26 -
YUV 114.39 204.53 185.49 -
System Red Green Blue C M Y K H S L
Decimal 195 47 250 0.22 0.81 0 0.02 283.74 0.95 0.58
Hex C3 2F FA 16 51 0 2 11C 5F 3A
Octal 303 57 372 26 121 0 2 434 137 72
Binary 11000011 101111 11111010 10110 1010001 0 10 100011100 1011111 111010

Color Harmonies of #C32FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FFA

Black with #C32FFA

Text Example


Text Example

White with #C32FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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