#C841BE

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

Shades of Fuchsia #C841BE

Tints of Fuchsia #C841BE

Color information

#C841BE (or 0xC841BE) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and BE. RGB value is (200,65,190). Sum of RGB (Red+Green+Blue) = 200+65+190=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BE is #37BE41. Grayscale: #777777. Windows color (decimal): -3653186 or 12468680. OLE color: 12468680.

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

Color convert

RGB20065190-
CMYK00.680.050.22
HSL304.44º55.1%51.96%-
HSV(B)304.44º67.5%78.43%-
XYZ3519.7850.69-
YUV119.62167.73185.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=43.96%
G=14.29%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006519000.680.050.22304.4455.151.96
HexC841BE0445161303734
Octal31010127601045264606764
Binary110010001000001101111100100010010110110100110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841BE; }

 p { color: rgb(200,65,190); }

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

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

 a { background-color: rgb(200,65,190); }

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

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

 span { border-color: rgb(200,65,190); }

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