#C855A9

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

Shades of Fuchsia #C855A9

Tints of Fuchsia #C855A9

Color information

#C855A9 (or 0xC855A9) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and A9. RGB value is (200,85,169). Sum of RGB (Red+Green+Blue) = 200+85+169=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A9 is #37AA56. Grayscale: #808080. Windows color (decimal): -3648087 or 11097544. OLE color: 11097544.

HSL color Cylindrical-coordinate representation of color #C855A9: hue angle of 316.17º degrees, saturation: 0.51, 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 #C855A9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB20085169-
CMYK00.580.160.22
HSL316.17º51.11%55.88%-
HSV(B)316.17º57.5%78.43%-
XYZ34.2321.6439.91-
YUV128.96150.6178.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=44.05%
G=18.72%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008516900.580.160.22316.1751.1155.88
HexC855A903A101613c3338
Octal31012525107220264746370
Binary1100100010101011010100101110101000010110100111100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855A9; }

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

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

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

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

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

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

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

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