#C755A9

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

Shades of Fuchsia #C755A9

Tints of Fuchsia #C755A9

Color information

#C755A9 (or 0xC755A9) is unknown color: approx Fuchsia. HEX triplet: C7, 55 and A9. RGB value is (199,85,169). Sum of RGB (Red+Green+Blue) = 199+85+169=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C755A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755A9 is #38AA56. Grayscale: #808080. Windows color (decimal): -3713623 or 11097543. OLE color: 11097543.

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

Color convert

RGB19985169-
CMYK00.570.150.22
HSL315.79º50.44%55.69%-
HSV(B)315.79º57.29%78.04%-
XYZ33.9621.539.9-
YUV128.66150.77178.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=43.93%
G=18.76%
B=37.31%

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
Decimal1998516900.570.150.22315.7950.4455.69
HexC755A9039F1613c3238
Octal30712525107117264746270
Binary110001111010101101010010111001111110110100111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C755A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C755A9; }

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

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

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

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

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

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

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

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