#C85FC7

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

Shades of Fuchsia #C85FC7

Tints of Fuchsia #C85FC7

Color information

#C85FC7 (or 0xC85FC7) is unknown color: approx Fuchsia. HEX triplet: C8, 5F and C7. RGB value is (200,95,199). Sum of RGB (Red+Green+Blue) = 200+95+199=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC7 is #37A038. Grayscale: #898989. Windows color (decimal): -3645497 or 13066184. OLE color: 13066184.

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

Color convert

RGB20095199-
CMYK00.520.000.22
HSL300.57º48.84%57.84%-
HSV(B)300.57º52.5%78.43%-
XYZ38.2224.5956.76-
YUV138.25162.29172.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 95 (37.5% from 255) = 19.23%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=40.49%
G=19.23%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009519900.520.000.22300.5748.8457.84
HexC85FC703401612d313a
Octal3101373070640264556172
Binary110010001011111110001110110100010110100101101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FC7; }

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

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

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

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

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

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

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

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