#C31FF2

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

Shades of Electric Purple #C31FF2

Tints of Electric Purple #C31FF2

Color information

#C31FF2 (or 0xC31FF2) is unknown color: approx Electric Purple. HEX triplet: C3, 1F and F2. RGB value is (195,31,242). Sum of RGB (Red+Green+Blue) = 195+31+242=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #C31FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FF2 is #3CE00D. Grayscale: #676767. Windows color (decimal): -3989518 or 15867843. OLE color: 15867843.

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

Color convert

RGB19531242-
CMYK0.190.8700.05
HSL286.64º89.03%53.53%-
HSV(B)286.64º87.19%94.9%-
XYZ39.0218.9985.61-
YUV104.09205.83192.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 6.62%
BLUE value IS 242 (94.92% from 255) = 51.71%
R=41.67%
G=6.62%
B=51.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195312420.190.8700.05286.6489.0353.53
HexC31FF213570511f5936
Octal30337362231270543713166
Binary11000011111111111001010011101011101011000111111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31FF2; }

 p { color: rgb(195,31,242); }

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

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

 a { background-color: rgb(195,31,242); }

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

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

 span { border-color: rgb(195,31,242); }

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