Html Css Color HEX #C32BFA Electric Purple

📋 copy color: '#C32BFA'

red 195 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #C32BFA

Tints of Electric Purple #C32BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.81%

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

R = 39.96%
G = 8.81%
B = 51.23%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32BFA (or 0xC32BFA) is known color: Electric Purple. HEX triplet: C3, 2B and FA. RGB value is (195,43,250). Sum of RGB (Red+Green+Blue) = 195+43+250=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #C32BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BFA is #3CD405. Grayscale: #6F6F6F. Windows color (decimal): -3986438 or 16395203. OLE color: 16395203.

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

Color convert

RGB 195 43 250 -
CMYK 0.22 0.83 0 0.02
HSL 284.06º 0.95% 0.57% -
HSV(B) 284.06º 0.83% 0.98% -
XYZ 40.62 20.23 92.21 -
YUV 112.05 205.86 187.17 -
System Red Green Blue C M Y K H S L
Decimal 195 43 250 0.22 0.83 0 0.02 284.06 0.95 0.57
Hex C3 2B FA 16 53 0 2 11C 5F 39
Octal 303 53 372 26 123 0 2 434 137 71
Binary 11000011 101011 11111010 10110 1010011 0 10 100011100 1011111 111001

Color Harmonies of #C32BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BFA

Black with #C32BFA

Text Example


Text Example

White with #C32BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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