#C841BB

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

Shades of Fuchsia #C841BB

Tints of Fuchsia #C841BB

Color information

#C841BB (or 0xC841BB) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and BB. RGB value is (200,65,187). Sum of RGB (Red+Green+Blue) = 200+65+187=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BB is #37BE44. Grayscale: #767676. Windows color (decimal): -3653189 or 12272072. OLE color: 12272072.

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

Color convert

RGB20065187-
CMYK00.680.060.22
HSL305.78º55.1%51.96%-
HSV(B)305.78º67.5%78.43%-
XYZ34.6819.6548.98-
YUV119.27166.23185.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 65 (25.78% from 255) = 14.38%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=44.25%
G=14.38%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006518700.680.060.22305.7855.151.96
HexC841BB0446161323734
Octal31010127301046264626764
Binary110010001000001101110110100010011010110100110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841BB; }

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

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

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

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

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

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

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

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