#C85DAF

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

Shades of Fuchsia #C85DAF

Tints of Fuchsia #C85DAF

Color information

#C85DAF (or 0xC85DAF) is unknown color: approx Fuchsia. HEX triplet: C8, 5D and AF. RGB value is (200,93,175). Sum of RGB (Red+Green+Blue) = 200+93+175=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAF is #37A250. Grayscale: #868686. Windows color (decimal): -3646033 or 11492808. OLE color: 11492808.

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

Color convert

RGB20093175-
CMYK00.540.120.22
HSL314.02º49.31%57.45%-
HSV(B)314.02º53.5%78.43%-
XYZ35.4723.243.17-
YUV134.34150.95174.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=42.74%
G=19.87%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009317500.540.120.22314.0249.3157.45
HexC85DAF036C1613a3139
Octal31013525706614264726171
Binary110010001011101101011110110110110010110100111010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DAF; }

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

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

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

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

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

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

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

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