#C148BE

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

Shades of Fuchsia #C148BE

Tints of Fuchsia #C148BE

Color information

#C148BE (or 0xC148BE) is unknown color: approx Fuchsia. HEX triplet: C1, 48 and BE. RGB value is (193,72,190). Sum of RGB (Red+Green+Blue) = 193+72+190=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BE is #3EB741. Grayscale: #797979. Windows color (decimal): -4110146 or 12470465. OLE color: 12470465.

HSL color Cylindrical-coordinate representation of color #C148BE: hue angle of 301.49º 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 #C148BE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19372190-
CMYK00.630.020.24
HSL301.49º49.39%51.96%-
HSV(B)301.49º62.69%75.69%-
XYZ33.619.6950.74-
YUV121.63166.59178.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=42.42%
G=15.82%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937219000.630.020.24301.4949.3951.96
HexC148BE03F21812d3134
Octal3011102760772304556164
Binary1100000110010001011111001111111011000100101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C148BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C148BE; }

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

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

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

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

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

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

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

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