#C32CFF

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

Shades of Electric Purple #C32CFF

Tints of Electric Purple #C32CFF

Color information

#C32CFF (or 0xC32CFF) is unknown color: approx Electric Purple. HEX triplet: C3, 2C and FF. RGB value is (195,44,255). Sum of RGB (Red+Green+Blue) = 195+44+255=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C32CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CFF is #3CD300. Grayscale: #707070. Windows color (decimal): -3986177 or 16723139. OLE color: 16723139.

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

Color convert

RGB19544255-
CMYK0.240.8300
HSL282.94º100%58.63%-
HSV(B)282.94º82.75%100%-
XYZ41.4620.6296.4-
YUV113.2208.03186.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 44 (17.58% from 255) = 8.91%
BLUE value IS 255 (100% from 255) = 51.62%
R=39.47%
G=8.91%
B=51.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195442550.240.8300282.9410058.63
HexC32CFF18530011b643b
Octal30354377301230043314473
Binary1100001110110011111111110001010011001000110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32CFF; }

 p { color: rgb(195,44,255); }

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

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

 a { background-color: rgb(195,44,255); }

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

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

 span { border-color: rgb(195,44,255); }

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