#C755AC

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

Shades of Fuchsia #C755AC

Tints of Fuchsia #C755AC

Color information

#C755AC (or 0xC755AC) is unknown color: approx Fuchsia. HEX triplet: C7, 55 and AC. RGB value is (199,85,172). Sum of RGB (Red+Green+Blue) = 199+85+172=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C755AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755AC is #38AA53. Grayscale: #808080. Windows color (decimal): -3713620 or 11294151. OLE color: 11294151.

HSL color Cylindrical-coordinate representation of color #C755AC: hue angle of 314.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755AC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19985172-
CMYK00.570.140.22
HSL314.21º50.44%55.69%-
HSV(B)314.21º57.29%78.04%-
XYZ34.2521.6241.4-
YUV129152.27177.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=43.64%
G=18.64%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998517200.570.140.22314.2150.4455.69
HexC755AC039E1613a3238
Octal30712525407116264726270
Binary110001111010101101011000111001111010110100111010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C755AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C755AC; }

 p { color: rgb(199,85,172); }

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

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

 a { background-color: rgb(199,85,172); }

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

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

 span { border-color: rgb(199,85,172); }

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