#C551AC

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

Shades of Fuchsia #C551AC

Tints of Fuchsia #C551AC

Color information

#C551AC (or 0xC551AC) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and AC. RGB value is (197,81,172). Sum of RGB (Red+Green+Blue) = 197+81+172=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AC is #3AAE53. Grayscale: #7D7D7D. Windows color (decimal): -3845716 or 11293125. OLE color: 11293125.

HSL color Cylindrical-coordinate representation of color #C551AC: hue angle of 312.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551AC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19781172-
CMYK00.590.130.23
HSL312.93º50%54.51%-
HSV(B)312.93º58.88%77.25%-
XYZ33.4120.7341.27-
YUV126.06153.93178.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=43.78%
G=18%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978117200.590.130.23312.935054.51
HexC551AC03BD171393237
Octal30512125407315274716267
Binary110001011010001101011000111011110110111100111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551AC; }

 p { color: rgb(197,81,172); }

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

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

 a { background-color: rgb(197,81,172); }

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

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

 span { border-color: rgb(197,81,172); }

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