#C31CEB

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

Shades of Electric Purple #C31CEB

Tints of Electric Purple #C31CEB

Color information

#C31CEB (or 0xC31CEB) is unknown color: approx Electric Purple. HEX triplet: C3, 1C and EB. RGB value is (195,28,235). Sum of RGB (Red+Green+Blue) = 195+28+235=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C31CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEB is #3CE314. Grayscale: #646464. Windows color (decimal): -3990293 or 15408323. OLE color: 15408323.

HSL color Cylindrical-coordinate representation of color #C31CEB: hue angle of 288.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CEB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19528235-
CMYK0.170.8800.08
HSL288.41º83.81%51.57%-
HSV(B)288.41º88.09%92.16%-
XYZ37.9218.4380.16-
YUV101.53203.33194.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 28 (11.33% from 255) = 6.11%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=42.58%
G=6.11%
B=51.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195282350.170.8800.08288.4183.8151.57
HexC31CEB1158081205434
Octal303343532113001044012464
Binary110000111110011101011100011011000010001001000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31CEB; }

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

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

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

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

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

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

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

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