#C85FCE

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

Shades of Fuchsia #C85FCE

Tints of Fuchsia #C85FCE

Color information

#C85FCE (or 0xC85FCE) is unknown color: approx Fuchsia. HEX triplet: C8, 5F and CE. RGB value is (200,95,206). Sum of RGB (Red+Green+Blue) = 200+95+206=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C85FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCE is #37A031. Grayscale: #8A8A8A. Windows color (decimal): -3645490 or 13524936. OLE color: 13524936.

HSL color Cylindrical-coordinate representation of color #C85FCE: hue angle of 296.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85FCE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20095206-
CMYK0.030.5400.19
HSL296.76º53.11%59.02%-
HSV(B)296.76º53.88%80.78%-
XYZ39.0524.9261.14-
YUV139.05165.79171.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=39.92%
G=18.96%
B=41.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200952060.030.5400.19296.7653.1159.02
HexC85FCE336013129353b
Octal3101373163660234516573
Binary1100100010111111100111011110110010011100101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FCE; }

 p { color: rgb(200,95,206); }

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

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

 a { background-color: rgb(200,95,206); }

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

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

 span { border-color: rgb(200,95,206); }

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