#C85CAA

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

Shades of Fuchsia #C85CAA

Tints of Fuchsia #C85CAA

Color information

#C85CAA (or 0xC85CAA) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and AA. RGB value is (200,92,170). Sum of RGB (Red+Green+Blue) = 200+92+170=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CAA is #37A355. Grayscale: #848484. Windows color (decimal): -3646294 or 11164872. OLE color: 11164872.

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

Color convert

RGB20092170-
CMYK00.540.150.22
HSL316.67º49.54%57.25%-
HSV(B)316.67º54%78.43%-
XYZ34.922.8440.6-
YUV133.18148.78175.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=43.29%
G=19.91%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009217000.540.150.22316.6749.5457.25
HexC85CAA036F1613d3239
Octal31013425206617264756271
Binary110010001011100101010100110110111110110100111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CAA; }

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

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

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

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

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

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

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

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