#C85DAE

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

Shades of Fuchsia #C85DAE

Tints of Fuchsia #C85DAE

Color information

#C85DAE (or 0xC85DAE) is unknown color: approx Fuchsia. HEX triplet: C8, 5D and AE. RGB value is (200,93,174). Sum of RGB (Red+Green+Blue) = 200+93+174=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAE is #37A251. Grayscale: #868686. Windows color (decimal): -3646034 or 11427272. OLE color: 11427272.

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

Color convert

RGB20093174-
CMYK00.540.130.22
HSL314.58º49.31%57.45%-
HSV(B)314.58º53.5%78.43%-
XYZ35.3723.1642.65-
YUV134.23150.45174.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=42.83%
G=19.91%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009317400.540.130.22314.5849.3157.45
HexC85DAE036D1613b3139
Octal31013525606615264736171
Binary110010001011101101011100110110110110110100111011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DAE; }

 p { color: rgb(200,93,174); }

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

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

 a { background-color: rgb(200,93,174); }

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

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

 span { border-color: rgb(200,93,174); }

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