#C85BAC

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

Shades of Fuchsia #C85BAC

Tints of Fuchsia #C85BAC

Color information

#C85BAC (or 0xC85BAC) is unknown color: approx Fuchsia. HEX triplet: C8, 5B and AC. RGB value is (200,91,172). Sum of RGB (Red+Green+Blue) = 200+91+172=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BAC is #37A453. Grayscale: #848484. Windows color (decimal): -3646548 or 11295688. OLE color: 11295688.

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

Color convert

RGB20091172-
CMYK00.540.140.22
HSL315.41º49.77%57.06%-
HSV(B)315.41º54.5%78.43%-
XYZ35.0122.7441.57-
YUV132.82150.11175.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=43.20%
G=19.65%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009117200.540.140.22315.4149.7757.06
HexC85BAC036E1613b3239
Octal31013325406616264736271
Binary110010001011011101011000110110111010110100111011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BAC; }

 p { color: rgb(200,91,172); }

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

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

 a { background-color: rgb(200,91,172); }

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

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

 span { border-color: rgb(200,91,172); }

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