#C85EAA

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

Shades of Fuchsia #C85EAA

Tints of Fuchsia #C85EAA

Color information

#C85EAA (or 0xC85EAA) is unknown color: approx Fuchsia. HEX triplet: C8, 5E and AA. RGB value is (200,94,170). Sum of RGB (Red+Green+Blue) = 200+94+170=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EAA is #37A155. Grayscale: #868686. Windows color (decimal): -3645782 or 11165384. OLE color: 11165384.

HSL color Cylindrical-coordinate representation of color #C85EAA: hue angle of 316.98º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EAA is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB20094170-
CMYK00.530.150.22
HSL316.98º49.07%57.65%-
HSV(B)316.98º53%78.43%-
XYZ35.0823.1940.66-
YUV134.36148.12174.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=43.10%
G=20.26%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009417000.530.150.22316.9849.0757.65
HexC85EAA035F1613d313a
Octal31013625206517264756172
Binary110010001011110101010100110101111110110100111101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EAA; }

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

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

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

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

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

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

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

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