#C85AB1

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

Shades of Fuchsia #C85AB1

Tints of Fuchsia #C85AB1

Color information

#C85AB1 (or 0xC85AB1) is unknown color: approx Fuchsia. HEX triplet: C8, 5A and B1. RGB value is (200,90,177). Sum of RGB (Red+Green+Blue) = 200+90+177=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AB1 is #37A54E. Grayscale: #848484. Windows color (decimal): -3646799 or 11623112. OLE color: 11623112.

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

Color convert

RGB20090177-
CMYK00.550.120.22
HSL312.55º50%56.86%-
HSV(B)312.55º55%78.43%-
XYZ35.4122.7744.12-
YUV132.81152.94175.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=42.83%
G=19.27%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009017700.550.120.22312.555056.86
HexC85AB1037C161393239
Octal31013226106714264716271
Binary110010001011010101100010110111110010110100111001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AB1; }

 p { color: rgb(200,90,177); }

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

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

 a { background-color: rgb(200,90,177); }

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

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

 span { border-color: rgb(200,90,177); }

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