#C173BA

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

Shades of Fuchsia #C173BA

Tints of Fuchsia #C173BA

Color information

#C173BA (or 0xC173BA) is unknown color: approx Fuchsia. HEX triplet: C1, 73 and BA. RGB value is (193,115,186). Sum of RGB (Red+Green+Blue) = 193+115+186=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BA is #3E8C45. Grayscale: #929292. Windows color (decimal): -4099142 or 12219329. OLE color: 12219329.

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

Color convert

RGB193115186-
CMYK00.400.040.24
HSL305.38º38.61%60.39%-
HSV(B)305.38º40.41%75.69%-
XYZ36.9927.1449.74-
YUV146.42150.34161.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=39.07%
G=23.28%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311518600.400.040.24305.3838.6160.39
HexC173BA028418131273c
Octal3011632720504304614774
Binary11000001111001110111010010100010011000100110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173BA; }

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

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

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

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

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

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

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

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