#C046BB

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

Shades of Fuchsia #C046BB

Tints of Fuchsia #C046BB

Color information

#C046BB (or 0xC046BB) is unknown color: approx Fuchsia. HEX triplet: C0, 46 and BB. RGB value is (192,70,187). Sum of RGB (Red+Green+Blue) = 192+70+187=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C046BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046BB is #3FB944. Grayscale: #777777. Windows color (decimal): -4176197 or 12273344. OLE color: 12273344.

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

Color convert

RGB19270187-
CMYK00.640.030.25
HSL302.46º49.19%51.37%-
HSV(B)302.46º63.54%75.29%-
XYZ32.919.1748.98-
YUV119.82165.92179.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=42.76%
G=15.59%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927018700.640.030.25302.4649.1951.37
HexC046BB04031912e3133
Octal30010627301003314566163
Binary11000000100011010111011010000001111001100101110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C046BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C046BB; }

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

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

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

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

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

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

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

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