#C31BF1

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

Shades of Electric Purple #C31BF1

Tints of Electric Purple #C31BF1

Color information

#C31BF1 (or 0xC31BF1) is unknown color: approx Electric Purple. HEX triplet: C3, 1B and F1. RGB value is (195,27,241). Sum of RGB (Red+Green+Blue) = 195+27+241=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #C31BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BF1 is #3CE40E. Grayscale: #646464. Windows color (decimal): -3990543 or 15801283. OLE color: 15801283.

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

Color convert

RGB19527241-
CMYK0.190.8900.05
HSL287.1º88.43%52.55%-
HSV(B)287.1º88.8%94.51%-
XYZ38.7718.7484.79-
YUV101.63206.66194.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 27 (10.94% from 255) = 5.83%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=42.12%
G=5.83%
B=52.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195272410.190.8900.05287.188.4352.55
HexC31BF113590511f5835
Octal30333361231310543713065
Binary11000011110111111000110011101100101011000111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31BF1; }

 p { color: rgb(195,27,241); }

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

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

 a { background-color: rgb(195,27,241); }

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

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

 span { border-color: rgb(195,27,241); }

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