#C132FF

Color #C132FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C132FF

Tints of Electric Purple #C132FF

Color information

#C132FF (or 0xC132FF) is unknown color: approx Electric Purple. HEX triplet: C1, 32 and FF. RGB value is (193,50,255). Sum of RGB (Red+Green+Blue) = 193+50+255=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C132FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132FF is #3ECD00. Grayscale: #737373. Windows color (decimal): -4115713 or 16724673. OLE color: 16724673.

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

Color convert

RGB19350255-
CMYK0.240.8000
HSL281.85º100%59.8%-
HSV(B)281.85º80.39%100%-
XYZ41.1820.8496.46-
YUV116.13206.38182.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 50 (19.92% from 255) = 10.04%
BLUE value IS 255 (100% from 255) = 51.20%
R=38.76%
G=10.04%
B=51.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193502550.240.8000281.8510059.8
HexC132FF18500011a643c
Octal30162377301200043214474
Binary1100000111001011111111110001010000001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C132FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C132FF; }

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

 H1.HeaderClassName
 {
   color: #C132FF;
 }
 .AnyTagClassName
 {
   color: #C132FF;
 }
</style>
background-color css

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

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

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

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

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

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