Html Css Color HEX #C132FE Electric Purple

📋 copy color: '#C132FE'

red 193 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #C132FE

Tints of Electric Purple #C132FE

RGB

 RED value IS 193 (75.78% from 255) = 38.83%

 GREEN value IS 50 (19.92% from 255) = 10.06%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 38.83%
G = 10.06%
B = 51.11%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C132FE (or 0xC132FE) is known color: Electric Purple. HEX triplet: C1, 32 and FE. RGB value is (193,50,254). Sum of RGB (Red+Green+Blue) = 193+50+254=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #C132FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132FE is #3ECD01. Grayscale: #737373. Windows color (decimal): -4115714 or 16659137. OLE color: 16659137.

HSL color Cylindrical-coordinate representation of color #C132FE: hue angle of 282.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C132FE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 50 254 -
CMYK 0.24 0.80 0 0.00
HSL 282.06º 0.99% 0.6% -
HSV(B) 282.06º 0.8% 1% -
XYZ 41.02 20.77 95.61 -
YUV 116.01 205.88 182.91 -
System Red Green Blue C M Y K H S L
Decimal 193 50 254 0.24 0.80 0 0.00 282.06 0.99 0.6
Hex C1 32 FE 18 50 0 0 11A 63 3C
Octal 301 62 376 30 120 0 0 432 143 74
Binary 11000001 110010 11111110 11000 1010000 0 0 100011010 1100011 111100

Color Harmonies of #C132FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132FE

Black with #C132FE

Text Example


Text Example

White with #C132FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132FE; }

 p { color: rgb(193,50,254); }

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

background-color css

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

 a { background-color: rgb(193,50,254); }

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

border-color css

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

 span { border-color: rgb(193,50,254); }

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