#C841B5

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

Shades of Fuchsia #C841B5

Tints of Fuchsia #C841B5

Color information

#C841B5 (or 0xC841B5) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and B5. RGB value is (200,65,181). Sum of RGB (Red+Green+Blue) = 200+65+181=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B5 is #37BE4A. Grayscale: #767676. Windows color (decimal): -3653195 or 11878856. OLE color: 11878856.

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

Color convert

RGB20065181-
CMYK00.680.090.22
HSL308.44º55.1%51.96%-
HSV(B)308.44º67.5%78.43%-
XYZ34.0519.445.67-
YUV118.59163.23186.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 65 (25.78% from 255) = 14.57%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=44.84%
G=14.57%
B=40.58%

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
Decimal2006518100.680.090.22308.4455.151.96
HexC841B50449161343734
Octal310101265010411264646764
Binary1100100010000011011010101000100100110110100110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841B5; }

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

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

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

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

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

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

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

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