#C85CC9

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

Shades of Fuchsia #C85CC9

Tints of Fuchsia #C85CC9

Color information

#C85CC9 (or 0xC85CC9) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and C9. RGB value is (200,92,201). Sum of RGB (Red+Green+Blue) = 200+92+201=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #C85CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CC9 is #37A336. Grayscale: #888888. Windows color (decimal): -3646263 or 13196488. OLE color: 13196488.

HSL color Cylindrical-coordinate representation of color #C85CC9: hue angle of 299.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CC9 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20092201-
CMYK0.000.5400.21
HSL299.45º50.23%57.45%-
HSV(B)299.45º54.23%78.82%-
XYZ38.1924.1557.91-
YUV136.72164.28173.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=40.57%
G=18.66%
B=40.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200922010.000.5400.21299.4550.2357.45
HexC85CC903601512b3239
Octal3101343110660254536271
Binary110010001011100110010010110110010101100101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CC9; }

 p { color: rgb(200,92,201); }

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

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

 a { background-color: rgb(200,92,201); }

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

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

 span { border-color: rgb(200,92,201); }

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