#C841B6

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

Shades of Fuchsia #C841B6

Tints of Fuchsia #C841B6

Color information

#C841B6 (or 0xC841B6) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and B6. RGB value is (200,65,182). Sum of RGB (Red+Green+Blue) = 200+65+182=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B6 is #37BE49. Grayscale: #767676. Windows color (decimal): -3653194 or 11944392. OLE color: 11944392.

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

Color convert

RGB20065182-
CMYK00.680.090.22
HSL308º55.1%51.96%-
HSV(B)308º67.5%78.43%-
XYZ34.1519.4446.21-
YUV118.7163.73185.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 65 (25.78% from 255) = 14.54%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=44.74%
G=14.54%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006518200.680.090.2230855.151.96
HexC841B60449161343734
Octal310101266010411264646764
Binary1100100010000011011011001000100100110110100110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841B6; }

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

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

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

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

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

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

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

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