#C859BC

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

Shades of Fuchsia #C859BC

Tints of Fuchsia #C859BC

Color information

#C859BC (or 0xC859BC) is unknown color: approx Fuchsia. HEX triplet: C8, 59 and BC. RGB value is (200,89,188). Sum of RGB (Red+Green+Blue) = 200+89+188=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C859BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859BC is #37A643. Grayscale: #858585. Windows color (decimal): -3647044 or 12343752. OLE color: 12343752.

HSL color Cylindrical-coordinate representation of color #C859BC: hue angle of 306.49º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859BC is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20089188-
CMYK00.560.060.22
HSL306.49º50.23%56.67%-
HSV(B)306.49º55.5%78.43%-
XYZ36.4723.0550.1-
YUV133.48158.77175.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=41.93%
G=18.66%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008918800.560.060.22306.4950.2356.67
HexC859BC0386161323239
Octal3101312740706264626271
Binary11001000101100110111100011100011010110100110010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C859BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C859BC; }

 p { color: rgb(200,89,188); }

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

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

 a { background-color: rgb(200,89,188); }

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

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

 span { border-color: rgb(200,89,188); }

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