#C855AB

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

Shades of Fuchsia #C855AB

Tints of Fuchsia #C855AB

Color information

#C855AB (or 0xC855AB) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and AB. RGB value is (200,85,171). Sum of RGB (Red+Green+Blue) = 200+85+171=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AB is #37AA54. Grayscale: #808080. Windows color (decimal): -3648085 or 11228616. OLE color: 11228616.

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

Color convert

RGB20085171-
CMYK00.580.140.22
HSL315.13º51.11%55.88%-
HSV(B)315.13º57.5%78.43%-
XYZ34.4221.7240.91-
YUV129.19151.6178.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=43.86%
G=18.64%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008517100.580.140.22315.1351.1155.88
HexC855AB03AE1613b3338
Octal31012525307216264736370
Binary110010001010101101010110111010111010110100111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855AB; }

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

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

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

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

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

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

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

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