#C177BD

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

Shades of Fuchsia #C177BD

Tints of Fuchsia #C177BD

Color information

#C177BD (or 0xC177BD) is unknown color: approx Fuchsia. HEX triplet: C1, 77 and BD. RGB value is (193,119,189). Sum of RGB (Red+Green+Blue) = 193+119+189=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BD is #3E8842. Grayscale: #949494. Windows color (decimal): -4098115 or 12416961. OLE color: 12416961.

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

Color convert

RGB193119189-
CMYK00.380.020.24
HSL303.24º37.37%61.18%-
HSV(B)303.24º38.34%75.69%-
XYZ37.7728.2151.6-
YUV149.11150.52159.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=38.52%
G=23.75%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311918900.380.020.24303.2437.3761.18
HexC177BD02621812f253d
Octal3011672750462304574575
Binary1100000111101111011110101001101011000100101111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177BD; }

 p { color: rgb(193,119,189); }

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

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

 a { background-color: rgb(193,119,189); }

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

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

 span { border-color: rgb(193,119,189); }

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