Html Css Color HEX #C32AEC Electric Purple

📋 copy color: '#C32AEC'

red 195 ◦ green 42 ◦ blue 236

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

Shades of Electric Purple #C32AEC

Tints of Electric Purple #C32AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 41.23%
G = 8.88%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C32AEC (or 0xC32AEC) is known color: Electric Purple. HEX triplet: C3, 2A and EC. RGB value is (195,42,236). Sum of RGB (Red+Green+Blue) = 195+42+236=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C32AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32AEC is #3CD513. Grayscale: #6D6D6D. Windows color (decimal): -3986708 or 15477443. OLE color: 15477443.

HSL color Cylindrical-coordinate representation of color #C32AEC: hue angle of 287.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32AEC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 42 236 -
CMYK 0.17 0.82 0 0.07
HSL 287.32º 0.84% 0.55% -
HSV(B) 287.32º 0.82% 0.93% -
XYZ 38.47 19.31 81.06 -
YUV 109.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 195 42 236 0.17 0.82 0 0.07 287.32 0.84 0.55
Hex C3 2A EC 11 52 0 7 11F 54 37
Octal 303 52 354 21 122 0 7 437 124 67
Binary 11000011 101010 11101100 10001 1010010 0 111 100011111 1010100 110111

Color Harmonies of #C32AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AEC

Black with #C32AEC

Text Example


Text Example

White with #C32AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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