#C32DF1

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

Shades of Electric Purple #C32DF1

Tints of Electric Purple #C32DF1

Color information

#C32DF1 (or 0xC32DF1) is unknown color: approx Electric Purple. HEX triplet: C3, 2D and F1. RGB value is (195,45,241). Sum of RGB (Red+Green+Blue) = 195+45+241=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #C32DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DF1 is #3CD20E. Grayscale: #6F6F6F. Windows color (decimal): -3985935 or 15805891. OLE color: 15805891.

HSL color Cylindrical-coordinate representation of color #C32DF1: hue angle of 285.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DF1 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19545241-
CMYK0.190.8100.05
HSL285.92º87.5%56.08%-
HSV(B)285.92º81.33%94.51%-
XYZ39.3219.8384.97-
YUV112.19200.7187.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 45 (17.97% from 255) = 9.36%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=40.54%
G=9.36%
B=50.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195452410.190.8100.05285.9287.556.08
HexC32DF113510511e5838
Octal30355361231210543613070
Binary110000111011011111000110011101000101011000111101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32DF1; }

 p { color: rgb(195,45,241); }

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

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

 a { background-color: rgb(195,45,241); }

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

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

 span { border-color: rgb(195,45,241); }

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