#C841B8

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

Shades of Fuchsia #C841B8

Tints of Fuchsia #C841B8

Color information

#C841B8 (or 0xC841B8) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and B8. RGB value is (200,65,184). Sum of RGB (Red+Green+Blue) = 200+65+184=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B8 is #37BE47. Grayscale: #767676. Windows color (decimal): -3653192 or 12075464. OLE color: 12075464.

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

Color convert

RGB20065184-
CMYK00.680.080.22
HSL307.11º55.1%51.96%-
HSV(B)307.11º67.5%78.43%-
XYZ34.3619.5247.3-
YUV118.93164.73185.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=44.54%
G=14.48%
B=40.98%

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
Decimal2006518400.680.080.22307.1155.151.96
HexC841B80448161333734
Octal310101270010410264636764
Binary1100100010000011011100001000100100010110100110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841B8; }

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

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

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

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

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

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

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

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