#C158C0

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

Shades of Fuchsia #C158C0

Tints of Fuchsia #C158C0

Color information

#C158C0 (or 0xC158C0) is unknown color: approx Fuchsia. HEX triplet: C1, 58 and C0. RGB value is (193,88,192). Sum of RGB (Red+Green+Blue) = 193+88+192=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C158C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158C0 is #3EA73F. Grayscale: #828282. Windows color (decimal): -4106048 or 12605633. OLE color: 12605633.

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

Color convert

RGB19388192-
CMYK00.540.010.24
HSL300.57º45.85%55.1%-
HSV(B)300.57º54.4%75.69%-
XYZ3522.1252.29-
YUV131.25162.29172.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=40.80%
G=18.60%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938819200.540.010.24300.5745.8555.1
HexC158C003611812d2e37
Octal3011303000661304555667
Binary110000011011000110000000110110111000100101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C158C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C158C0; }

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

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

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

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

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

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

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

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