#C31DF3

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

Shades of Electric Purple #C31DF3

Tints of Electric Purple #C31DF3

Color information

#C31DF3 (or 0xC31DF3) is unknown color: approx Electric Purple. HEX triplet: C3, 1D and F3. RGB value is (195,29,243). Sum of RGB (Red+Green+Blue) = 195+29+243=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #C31DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DF3 is #3CE20C. Grayscale: #666666. Windows color (decimal): -3990029 or 15932867. OLE color: 15932867.

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

Color convert

RGB19529243-
CMYK0.200.8800.05
HSL286.54º89.92%53.33%-
HSV(B)286.54º88.07%95.29%-
XYZ39.1218.9586.39-
YUV103.03207193.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 29 (11.72% from 255) = 6.21%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=41.76%
G=6.21%
B=52.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195292430.200.8800.05286.5489.9253.33
HexC31DF314580511f5a35
Octal30335363241300543713265
Binary11000011111011111001110100101100001011000111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31DF3; }

 p { color: rgb(195,29,243); }

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

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

 a { background-color: rgb(195,29,243); }

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

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

 span { border-color: rgb(195,29,243); }

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