#C154BB

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

Shades of Fuchsia #C154BB

Tints of Fuchsia #C154BB

Color information

#C154BB (or 0xC154BB) is unknown color: approx Fuchsia. HEX triplet: C1, 54 and BB. RGB value is (193,84,187). Sum of RGB (Red+Green+Blue) = 193+84+187=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C154BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154BB is #3EAB44. Grayscale: #808080. Windows color (decimal): -4107077 or 12276929. OLE color: 12276929.

HSL color Cylindrical-coordinate representation of color #C154BB: hue angle of 303.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154BB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19384187-
CMYK00.560.030.24
HSL303.3º46.78%54.31%-
HSV(B)303.3º56.48%75.69%-
XYZ34.1321.2749.32-
YUV128.33161.11174.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=41.59%
G=18.10%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938418700.560.030.24303.346.7854.31
HexC154BB03831812f2f36
Octal3011242730703304575766
Binary1100000110101001011101101110001111000100101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154BB; }

 p { color: rgb(193,84,187); }

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

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

 a { background-color: rgb(193,84,187); }

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

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

 span { border-color: rgb(193,84,187); }

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