Html Css Color HEX #C32EEF Electric Purple

📋 copy color: '#C32EEF'

red 195 ◦ green 46 ◦ blue 239

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

Shades of Electric Purple #C32EEF

Tints of Electric Purple #C32EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 40.63%
G = 9.58%
B = 49.79%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C32EEF (or 0xC32EEF) is known color: Electric Purple. HEX triplet: C3, 2E and EF. RGB value is (195,46,239). Sum of RGB (Red+Green+Blue) = 195+46+239=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #C32EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EEF is #3CD110. Grayscale: #6F6F6F. Windows color (decimal): -3985681 or 15675075. OLE color: 15675075.

HSL color Cylindrical-coordinate representation of color #C32EEF: hue angle of 286.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32EEF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 46 239 -
CMYK 0.18 0.81 0 0.06
HSL 286.32º 0.86% 0.56% -
HSV(B) 286.32º 0.81% 0.94% -
XYZ 39.06 19.79 83.42 -
YUV 112.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 195 46 239 0.18 0.81 0 0.06 286.32 0.86 0.56
Hex C3 2E EF 12 51 0 6 11E 56 38
Octal 303 56 357 22 121 0 6 436 126 70
Binary 11000011 101110 11101111 10010 1010001 0 110 100011110 1010110 111000

Color Harmonies of #C32EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EEF

Black with #C32EEF

Text Example


Text Example

White with #C32EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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