#c840bf

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

Shades of Fuchsia #C840BF

Tints of Fuchsia #C840BF

Color information

#C840BF (or 0xC840BF) is unknown color: approx Fuchsia. HEX triplet: C8, 40 and BF. RGB value is (200,64,191). Sum of RGB (Red+Green+Blue) = 200+64+191=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C840BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840BF is #37BF40. Grayscale: #767676. Windows color (decimal): -3653441 or 12533960. OLE color: 12533960.

HSL color Cylindrical-coordinate representation of color #C840BF: hue angle of 303.97º 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 #C840BF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB20064191-
CMYK00.680.040.22
HSL303.97º55.28%51.76%-
HSV(B)303.97º68%78.43%-
XYZ35.0619.7151.25-
YUV119.14168.56185.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 64 (25.39% from 255) = 14.07%
BLUE value IS 191 (75% from 255) = 41.98%
R=43.96%
G=14.07%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006419100.680.040.22303.9755.2851.76
HexC840BF0444161303734
Octal31010027701044264606764
Binary110010001000000101111110100010010010110100110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c840bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c840bf; }

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

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

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

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

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

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

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

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