#C31CE9

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

Shades of Electric Purple #C31CE9

Tints of Electric Purple #C31CE9

Color information

#C31CE9 (or 0xC31CE9) is unknown color: approx Electric Purple. HEX triplet: C3, 1C and E9. RGB value is (195,28,233). Sum of RGB (Red+Green+Blue) = 195+28+233=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #C31CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CE9 is #3CE316. Grayscale: #646464. Windows color (decimal): -3990295 or 15277251. OLE color: 15277251.

HSL color Cylindrical-coordinate representation of color #C31CE9: hue angle of 288.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CE9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19528233-
CMYK0.160.8800.09
HSL288.88º82.33%51.18%-
HSV(B)288.88º87.98%91.37%-
XYZ37.6318.3278.64-
YUV101.3202.33194.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 28 (11.33% from 255) = 6.14%
BLUE value IS 233 (91.41% from 255) = 51.10%
R=42.76%
G=6.14%
B=51.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal195282330.160.8800.09288.8882.3351.18
HexC31CE91058091215233
Octal303343512013001144112263
Binary110000111110011101001100001011000010011001000011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31CE9; }

 p { color: rgb(195,28,233); }

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

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

 a { background-color: rgb(195,28,233); }

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

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

 span { border-color: rgb(195,28,233); }

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