Html Css Color HEX #C32BEA Electric Purple

📋 copy color: '#C32BEA'

red 195 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #C32BEA

Tints of Electric Purple #C32BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 41.31%
G = 9.11%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C32BEA (or 0xC32BEA) is known color: Electric Purple. HEX triplet: C3, 2B and EA. RGB value is (195,43,234). Sum of RGB (Red+Green+Blue) = 195+43+234=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BEA is #3CD415. Grayscale: #6D6D6D. Windows color (decimal): -3986454 or 15346627. OLE color: 15346627.

HSL color Cylindrical-coordinate representation of color #C32BEA: hue angle of 287.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32BEA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 43 234 -
CMYK 0.17 0.82 0 0.08
HSL 287.75º 0.82% 0.54% -
HSV(B) 287.75º 0.82% 0.92% -
XYZ 38.22 19.27 79.55 -
YUV 110.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 195 43 234 0.17 0.82 0 0.08 287.75 0.82 0.54
Hex C3 2B EA 11 52 0 8 120 52 36
Octal 303 53 352 21 122 0 10 440 122 66
Binary 11000011 101011 11101010 10001 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C32BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BEA

Black with #C32BEA

Text Example


Text Example

White with #C32BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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