#C231AC

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

Shades of Fuchsia #C231AC

Tints of Fuchsia #C231AC

Color information

#C231AC (or 0xC231AC) is unknown color: approx Fuchsia. HEX triplet: C2, 31 and AC. RGB value is (194,49,172). Sum of RGB (Red+Green+Blue) = 194+49+172=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AC is #3DCE53. Grayscale: #6A6A6A. Windows color (decimal): -4050516 or 11284930. OLE color: 11284930.

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

Color convert

RGB19449172-
CMYK00.750.110.24
HSL309.1º59.67%47.65%-
HSV(B)309.1º74.74%76.08%-
XYZ30.7916.6440.62-
YUV106.38165.04190.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 49 (19.53% from 255) = 11.81%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=46.75%
G=11.81%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944917200.750.110.24309.159.6747.65
HexC231AC04BB181353c30
Octal30261254011313304657460
Binary110000101100011010110001001011101111000100110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231AC; }

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

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

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

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

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

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

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

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