#C850BF

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

Shades of Fuchsia #C850BF

Tints of Fuchsia #C850BF

Color information

#C850BF (or 0xC850BF) is unknown color: approx Fuchsia. HEX triplet: C8, 50 and BF. RGB value is (200,80,191). Sum of RGB (Red+Green+Blue) = 200+80+191=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C850BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850BF is #37AF40. Grayscale: #808080. Windows color (decimal): -3649345 or 12538056. OLE color: 12538056.

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

Color convert

RGB20080191-
CMYK00.60.040.22
HSL304.5º52.17%54.9%-
HSV(B)304.5º60%78.43%-
XYZ36.0921.7851.59-
YUV128.53163.26178.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 80 (31.64% from 255) = 16.99%
BLUE value IS 191 (75% from 255) = 40.55%
R=42.46%
G=16.99%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008019100.60.040.22304.552.1754.9
HexC850BF03C4161303437
Octal3101202770744264606467
Binary11001000101000010111111011110010010110100110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850BF; }

 p { color: rgb(200,80,191); }

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

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

 a { background-color: rgb(200,80,191); }

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

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

 span { border-color: rgb(200,80,191); }

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