#c231ff

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

Shades of Electric Purple #C231FF

Tints of Electric Purple #C231FF

Color information

#C231FF (or 0xC231FF) is unknown color: approx Electric Purple. HEX triplet: C2, 31 and FF. RGB value is (194,49,255). Sum of RGB (Red+Green+Blue) = 194+49+255=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C231FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231FF is #3DCE00. Grayscale: #737373. Windows color (decimal): -4050433 or 16724418. OLE color: 16724418.

HSL color Cylindrical-coordinate representation of color #C231FF: hue angle of 282.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C231FF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19449255-
CMYK0.240.8100
HSL282.23º100%59.61%-
HSV(B)282.23º80.78%100%-
XYZ41.420.8996.46-
YUV115.84206.54183.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 49 (19.53% from 255) = 9.84%
BLUE value IS 255 (100% from 255) = 51.20%
R=38.96%
G=9.84%
B=51.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194492550.240.8100282.2310059.61
HexC231FF18510011a643c
Octal30261377301210043214474
Binary1100001011000111111111110001010001001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c231ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c231ff; }

 p { color: rgb(194,49,255); }

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

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

 a { background-color: rgb(194,49,255); }

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

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

 span { border-color: rgb(194,49,255); }

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