Html Css Color HEX #C32CEC Electric Purple

📋 copy color: '#C32CEC'

red 195 ◦ green 44 ◦ blue 236

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

Shades of Electric Purple #C32CEC

Tints of Electric Purple #C32CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.26%

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

R = 41.05%
G = 9.26%
B = 49.68%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C32CEC (or 0xC32CEC) is known color: Electric Purple. HEX triplet: C3, 2C and EC. RGB value is (195,44,236). Sum of RGB (Red+Green+Blue) = 195+44+236=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #C32CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CEC is #3CD313. Grayscale: #6E6E6E. Windows color (decimal): -3986196 or 15477955. OLE color: 15477955.

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

Color convert

RGB 195 44 236 -
CMYK 0.17 0.81 0 0.07
HSL 287.19º 0.83% 0.55% -
HSV(B) 287.19º 0.81% 0.93% -
XYZ 38.55 19.46 81.08 -
YUV 111.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 195 44 236 0.17 0.81 0 0.07 287.19 0.83 0.55
Hex C3 2C EC 11 51 0 7 11F 53 37
Octal 303 54 354 21 121 0 7 437 123 67
Binary 11000011 101100 11101100 10001 1010001 0 111 100011111 1010011 110111

Color Harmonies of #C32CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CEC

Black with #C32CEC

Text Example


Text Example

White with #C32CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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