#C158BC

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

Shades of Fuchsia #C158BC

Tints of Fuchsia #C158BC

Color information

#C158BC (or 0xC158BC) is unknown color: approx Fuchsia. HEX triplet: C1, 58 and BC. RGB value is (193,88,188). Sum of RGB (Red+Green+Blue) = 193+88+188=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C158BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158BC is #3EA743. Grayscale: #828282. Windows color (decimal): -4106052 or 12343489. OLE color: 12343489.

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

Color convert

RGB19388188-
CMYK00.540.030.24
HSL302.86º45.85%55.1%-
HSV(B)302.86º54.4%75.69%-
XYZ34.5621.9549.99-
YUV130.8160.29172.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=41.15%
G=18.76%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938818800.540.030.24302.8645.8555.1
HexC158BC03631812f2e37
Octal3011302740663304575667
Binary1100000110110001011110001101101111000100101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C158BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C158BC; }

 p { color: rgb(193,88,188); }

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

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

 a { background-color: rgb(193,88,188); }

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

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

 span { border-color: rgb(193,88,188); }

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