#C85CA9

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

Shades of Fuchsia #C85CA9

Tints of Fuchsia #C85CA9

Color information

#C85CA9 (or 0xC85CA9) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and A9. RGB value is (200,92,169). Sum of RGB (Red+Green+Blue) = 200+92+169=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA9 is #37A356. Grayscale: #848484. Windows color (decimal): -3646295 or 11099336. OLE color: 11099336.

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

Color convert

RGB20092169-
CMYK00.540.160.22
HSL317.22º49.54%57.25%-
HSV(B)317.22º54%78.43%-
XYZ34.8122.840.1-
YUV133.07148.28175.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=43.38%
G=19.96%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009216900.540.160.22317.2249.5457.25
HexC85CA9036101613d3239
Octal31013425106620264756271
Binary1100100010111001010100101101101000010110100111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CA9; }

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

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

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

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

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

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

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

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