Html Css Color HEX #C32EFB Electric Purple

📋 copy color: '#C32EFB'

red 195 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C32EFB

Tints of Electric Purple #C32EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 39.63%
G = 9.35%
B = 51.02%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32EFB (or 0xC32EFB) is known color: Electric Purple. HEX triplet: C3, 2E and FB. RGB value is (195,46,251). Sum of RGB (Red+Green+Blue) = 195+46+251=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C32EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EFB is #3CD104. Grayscale: #717171. Windows color (decimal): -3985669 or 16461507. OLE color: 16461507.

HSL color Cylindrical-coordinate representation of color #C32EFB: hue angle of 283.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32EFB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 46 251 -
CMYK 0.22 0.82 0 0.02
HSL 283.61º 0.96% 0.58% -
HSV(B) 283.61º 0.82% 0.98% -
XYZ 40.9 20.52 93.07 -
YUV 113.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 195 46 251 0.22 0.82 0 0.02 283.61 0.96 0.58
Hex C3 2E FB 16 52 0 2 11C 60 3A
Octal 303 56 373 26 122 0 2 434 140 72
Binary 11000011 101110 11111011 10110 1010010 0 10 100011100 1100000 111010

Color Harmonies of #C32EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EFB

Black with #C32EFB

Text Example


Text Example

White with #C32EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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