#C841B9

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

Shades of Fuchsia #C841B9

Tints of Fuchsia #C841B9

Color information

#C841B9 (or 0xC841B9) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and B9. RGB value is (200,65,185). Sum of RGB (Red+Green+Blue) = 200+65+185=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B9 is #37BE46. Grayscale: #767676. Windows color (decimal): -3653191 or 12141000. OLE color: 12141000.

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

Color convert

RGB20065185-
CMYK00.680.080.22
HSL306.67º55.1%51.96%-
HSV(B)306.67º67.5%78.43%-
XYZ34.4719.5647.86-
YUV119.04165.23185.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=44.44%
G=14.44%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006518500.680.080.22306.6755.151.96
HexC841B90448161333734
Octal310101271010410264636764
Binary1100100010000011011100101000100100010110100110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841B9; }

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

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

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

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

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

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

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

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