#C755AA

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

Shades of Fuchsia #C755AA

Tints of Fuchsia #C755AA

Color information

#C755AA (or 0xC755AA) is unknown color: approx Fuchsia. HEX triplet: C7, 55 and AA. RGB value is (199,85,170). Sum of RGB (Red+Green+Blue) = 199+85+170=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C755AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755AA is #38AA55. Grayscale: #808080. Windows color (decimal): -3713622 or 11163079. OLE color: 11163079.

HSL color Cylindrical-coordinate representation of color #C755AA: hue angle of 315.26º 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 #C755AA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19985170-
CMYK00.570.150.22
HSL315.26º50.44%55.69%-
HSV(B)315.26º57.29%78.04%-
XYZ34.0621.5440.39-
YUV128.78151.27178.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=43.83%
G=18.72%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998517000.570.150.22315.2650.4455.69
HexC755AA039F1613b3238
Octal30712525207117264736270
Binary110001111010101101010100111001111110110100111011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C755AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C755AA; }

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

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

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

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

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

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

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

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