#C148BF

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

Shades of Fuchsia #C148BF

Tints of Fuchsia #C148BF

Color information

#C148BF (or 0xC148BF) is unknown color: approx Fuchsia. HEX triplet: C1, 48 and BF. RGB value is (193,72,191). Sum of RGB (Red+Green+Blue) = 193+72+191=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BF is #3EB740. Grayscale: #797979. Windows color (decimal): -4110145 or 12536001. OLE color: 12536001.

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

Color convert

RGB19372191-
CMYK00.630.010.24
HSL300.99º49.39%51.96%-
HSV(B)300.99º62.69%75.69%-
XYZ33.7119.7351.32-
YUV121.74167.09178.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 72 (28.52% from 255) = 15.79%
BLUE value IS 191 (75% from 255) = 41.89%
R=42.32%
G=15.79%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937219100.630.010.24300.9949.3951.96
HexC148BF03F11812d3134
Octal3011102770771304556164
Binary110000011001000101111110111111111000100101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148BF; }

 p { color: rgb(193,72,191); }

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

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

 a { background-color: rgb(193,72,191); }

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

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

 span { border-color: rgb(193,72,191); }

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