Html Css Color HEX #C32AEA Electric Purple

📋 copy color: '#C32AEA'

red 195 ◦ green 42 ◦ blue 234

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

Shades of Electric Purple #C32AEA

Tints of Electric Purple #C32AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.92%

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

R = 41.4%
G = 8.92%
B = 49.68%

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

#C32AEA (or 0xC32AEA) is known color: Electric Purple. HEX triplet: C3, 2A and EA. RGB value is (195,42,234). Sum of RGB (Red+Green+Blue) = 195+42+234=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AEA is #3CD515. Grayscale: #6D6D6D. Windows color (decimal): -3986710 or 15346371. OLE color: 15346371.

HSL color Cylindrical-coordinate representation of color #C32AEA: hue angle of 287.81º 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 #C32AEA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 42 234 -
CMYK 0.17 0.82 0 0.08
HSL 287.81º 0.82% 0.54% -
HSV(B) 287.81º 0.82% 0.92% -
XYZ 38.18 19.2 79.54 -
YUV 109.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 195 42 234 0.17 0.82 0 0.08 287.81 0.82 0.54
Hex C3 2A EA 11 52 0 8 120 52 36
Octal 303 52 352 21 122 0 10 440 122 66
Binary 11000011 101010 11101010 10001 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C32AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AEA

Black with #C32AEA

Text Example


Text Example

White with #C32AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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