Html Css Color HEX #C32EFC Electric Purple

📋 copy color: '#C32EFC'

red 195 ◦ green 46 ◦ blue 252

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

Shades of Electric Purple #C32EFC

Tints of Electric Purple #C32EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.33%

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 39.55%
G = 9.33%
B = 51.12%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C32EFC (or 0xC32EFC) is known color: Electric Purple. HEX triplet: C3, 2E and FC. RGB value is (195,46,252). Sum of RGB (Red+Green+Blue) = 195+46+252=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C32EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EFC is #3CD103. Grayscale: #717171. Windows color (decimal): -3985668 or 16527043. OLE color: 16527043.

HSL color Cylindrical-coordinate representation of color #C32EFC: hue angle of 283.4º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32EFC is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 46 252 -
CMYK 0.23 0.82 0 0.01
HSL 283.4º 0.97% 0.58% -
HSV(B) 283.4º 0.82% 0.99% -
XYZ 41.05 20.58 93.9 -
YUV 114.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 195 46 252 0.23 0.82 0 0.01 283.4 0.97 0.58
Hex C3 2E FC 17 52 0 1 11B 61 3A
Octal 303 56 374 27 122 0 1 433 141 72
Binary 11000011 101110 11111100 10111 1010010 0 1 100011011 1100001 111010

Color Harmonies of #C32EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EFC

Black with #C32EFC

Text Example


Text Example

White with #C32EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EFC; }

 p { color: rgb(195,46,252); }

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

background-color css

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

 a { background-color: rgb(195,46,252); }

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

border-color css

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

 span { border-color: rgb(195,46,252); }

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