#C176BA

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

Shades of Fuchsia #C176BA

Tints of Fuchsia #C176BA

Color information

#C176BA (or 0xC176BA) is unknown color: approx Fuchsia. HEX triplet: C1, 76 and BA. RGB value is (193,118,186). Sum of RGB (Red+Green+Blue) = 193+118+186=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C176BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176BA is #3E8945. Grayscale: #939393. Windows color (decimal): -4098374 or 12220097. OLE color: 12220097.

HSL color Cylindrical-coordinate representation of color #C176BA: hue angle of 305.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176BA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193118186-
CMYK00.390.040.24
HSL305.6º37.69%60.98%-
HSV(B)305.6º38.86%75.69%-
XYZ37.3327.8449.86-
YUV148.18149.35159.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=38.83%
G=23.74%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311818600.390.040.24305.637.6960.98
HexC176BA027418132263d
Octal3011662720474304624675
Binary11000001111011010111010010011110011000100110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176BA; }

 p { color: rgb(193,118,186); }

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

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

 a { background-color: rgb(193,118,186); }

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

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

 span { border-color: rgb(193,118,186); }

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