#C047BB

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

Shades of Fuchsia #C047BB

Tints of Fuchsia #C047BB

Color information

#C047BB (or 0xC047BB) is unknown color: approx Fuchsia. HEX triplet: C0, 47 and BB. RGB value is (192,71,187). Sum of RGB (Red+Green+Blue) = 192+71+187=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BB is #3FB844. Grayscale: #787878. Windows color (decimal): -4175941 or 12273600. OLE color: 12273600.

HSL color Cylindrical-coordinate representation of color #C047BB: hue angle of 302.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047BB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19271187-
CMYK00.630.030.25
HSL302.48º48.99%51.57%-
HSV(B)302.48º63.02%75.29%-
XYZ32.9619.349-
YUV120.4165.59179.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 71 (28.12% from 255) = 15.78%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=42.67%
G=15.78%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927118700.630.030.25302.4848.9951.57
HexC047BB03F31912e3134
Octal3001072730773314566164
Binary1100000010001111011101101111111111001100101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C047BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C047BB; }

 p { color: rgb(192,71,187); }

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

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

 a { background-color: rgb(192,71,187); }

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

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

 span { border-color: rgb(192,71,187); }

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